https://github.com/jerluc/shadowgl
A simple C-based 2D game engine with Lua bindings
https://github.com/jerluc/shadowgl
Last synced: about 2 months ago
JSON representation
A simple C-based 2D game engine with Lua bindings
- Host: GitHub
- URL: https://github.com/jerluc/shadowgl
- Owner: jerluc
- Created: 2016-04-12T21:10:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T21:14:11.000Z (about 9 years ago)
- Last Synced: 2025-02-15T13:27:08.494Z (3 months ago)
- Language: C
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shadowGL
========A saner OpenGL-based game engine
Building
========```
make
```Developing
==========Regenerating [glad](https://github.com/Dav1dde/glad) OpenGL loaders:
```
./tools/gen_glad.sh
```