Skip to content

f7ed0/-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

µGame - OpenGL

About the project

This project is a game prototype of game created with SDL2 and openGL for linux (I guess you could easily find a way to compile it for windows but I never tested it).

The main goal of the project is to learn how game motors works and how to use libraries such as openGL to work with the GPU.

Dependencies

  • libsdl2-dev
  • libsdl2-ttf
  • libsdl2-img
  • openGL
  • make
  • clang++

Compile the project

you can use the make file of the project to compile the code into an executable as so :

$ make

Run the project

Once you got yourself your compiled version, you can execute the game binary

$ ./game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors