Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jovanlanik/wip

Game engine using OpenGL
https://github.com/jovanlanik/wip

engine game game-development game-engine gamedev graphics opengl

Last synced: 3 months ago
JSON representation

Game engine using OpenGL

Awesome Lists containing this project

README

        

# WIP
![image](https://user-images.githubusercontent.com/21199271/178315181-3fda2625-7027-4096-8e45-a440ebda88ac.png)
This is a work-in-progress game engine using OpenGL and a game called Dungeon implemented in it.
## Dependencies
### Build tools
- GCC or Clang
- Meson
- Python 3
### Libraries
- GLFW, SDL2 or OSMesa
- libconfig
- LuaJIT or Lua5.1
## Building
```
$ meson setup builddir
$ meson compile -C builddir
```