Skip to content

Progether/GameFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameFromScratch

Progether game from scratch for learning C++, opengl and other game engine related technologies.

How to build

$ mkdir build && cd build
$ CXX=/usr/bin/clang++ cmake .. && make

Executable file is in the bin/ subdirectory.

About

Progether game from scratch for learning C++, opengl and other game engine related technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published