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 10 hours ago
JSON representation

roguelike written in c++ with opengl

Awesome Lists containing this project

README

        

# waves
C++ game with OpenGL.

##
![image](https://github.com/user-attachments/assets/9d6e7e7d-3088-4cbb-b5d0-2b7577beb093)

## nix
```console
nix-shell
```

# 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)
- [tileson](https://github.com/SSBMTonberry/tileson)