Nevarea is a standalone modern Vulkan-first RHI made in C++.
- CMake >= 3.21
- C++23 Compiler: MSVC 2022 17.6+, GCC 13+ or Clang 16+
- Ninja - if using windows-msvc preset, not needed
- Git (duh)
- Vulkan SDK (OPTIONAL BUT RECOMMENDED) - for validation layers and easier debugging. required if contributing to Nevarea.
To build, simply go to the Build folder and just run the .bat or .sh file. You may choose your preferred compiler or just keep the default one.