Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerluc/shadowgl
A simple C-based 2D game engine with Lua bindings
https://github.com/jerluc/shadowgl
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T21:14:11.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T20:41:17.454Z (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
```