Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabiokleis/waves
- Owner: Fabiokleis
- Created: 2023-07-19T21:10:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T05:09:13.000Z (about 1 month ago)
- Last Synced: 2024-12-20T13:08:15.077Z (3 days ago)
- Topics: gamedev, hacktoberfest, roguelike
- Language: C++
- Homepage:
- Size: 979 KB
- 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.##
![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)