An open API service indexing awesome lists of open source software.

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

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