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 4 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: 2023-10-01T23:48:36.000Z (about 1 year ago)
- Last Synced: 2023-10-02T00:50:20.928Z (about 1 year ago)
- Topics: gamedev, hacktoberfest, roguelike
- Language: C++
- Homepage:
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)