-
Notifications
You must be signed in to change notification settings - Fork 0
Ludum Dare 34 compo entry.
timsjostrand/ld34
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GLPONG A simple skeleton project to quickly start prototyping OpenGL applications. COMPILING To build on Unix platforms: # cd build # mkdir unix # cd unix # cmake -G "Unix Makefiles" ../../ # make