Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabiokleis/waves

roguelike written in c++ with opengl
https://github.com/fabiokleis/waves

gamedev hacktoberfest roguelike

Last synced: about 4 hours ago
JSON representation

roguelike written in c++ with opengl

Awesome Lists containing this project

README

        

# waves
C++ game with OpenGL.

# Build
```console
mkdir build/ &&
cmake -S . -B ./build/ &&
cmake --build ./build/
```

# Dependencies
```console
git submodule update --init --recursive
```

- [glew](https://github.com/nigels-com/glew)
- [glfw](https://github.com/glfw/glfw)
- [glm](https://github.com/g-truc/glm)
- [stbi](https://github.com/nothings/stb)