https://github.com/fabiokleis/waves
roguelike written in c++ with opengl
https://github.com/fabiokleis/waves
gamedev hacktoberfest roguelike
Last synced: about 1 month ago
JSON representation
roguelike written in c++ with opengl
- Host: GitHub
- URL: https://github.com/fabiokleis/waves
- Owner: Fabiokleis
- Created: 2023-07-19T21:10:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T02:01:17.000Z (about 2 months ago)
- Last Synced: 2025-04-04T11:46:49.008Z (about 1 month ago)
- Topics: gamedev, hacktoberfest, roguelike
- Language: C++
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# waves
C++ game with OpenGL.##
## 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)