https://github.com/cloudhead/losokai
three dee game engine experiment in c
https://github.com/cloudhead/losokai
Last synced: 3 months ago
JSON representation
three dee game engine experiment in c
- Host: GitHub
- URL: https://github.com/cloudhead/losokai
- Owner: cloudhead
- Created: 2016-10-26T18:30:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T18:30:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T04:41:22.402Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
lourland
DEPENDENCIES
* clang (http://clang.llvm.org/)
* OpenGL 3.3 (http://www.opengl.org/)
* GLFW 3 (http://www.glfw.org/)
* GLEW (http://glew.sourceforge.net/)
* Assimp (http://assimp.sourceforge.net/)
BUILDING
$ make -j 4
RUNNING
$ ./lourland
CONTRIBUTING
See /HACKING and /STYLEGUIDE