https://github.com/sh-r0/deadsurvivors
https://github.com/sh-r0/deadsurvivors
cmake cpp freetype game glsl vulkan
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sh-r0/deadsurvivors
- Owner: sh-r0
- License: mit
- Created: 2025-01-16T13:50:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T20:31:42.000Z (over 1 year ago)
- Last Synced: 2025-02-28T05:21:10.256Z (over 1 year ago)
- Topics: cmake, cpp, freetype, game, glsl, vulkan
- Language: C++
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dead Survivors
Vampire survivors inspired game made using no game engine with Vulkan.
## Building
In order to build this project, it's necessary to build it's dependencies and configure CMakeLists.txt file.
In some cases it may be required to recompile shaders using scripts located in res directory.
## Dependencies
* GLFW - https://www.glfw.org
* Vulkan - https://www.vulkan.org
* stb - https://github.com/nothings/stb
* freetype - https://freetype.org
* json for modern C++ - https://github.com/nlohmann/json