Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```