Quick setup guide
To start using Verus Engine you will need to do the following steps:
- Download and install Microsoft Visual Studio 2019
- Download and install Vulkan SDK
- Download and install Git for Windows (or any other Git that you like)
- Clone verus repository from GitHub to your computer
- Create a folder for additional libraries at C:\Home\Middleware (can be different, but you would need to adjust Verus.props file)
- Download and extract prebuilt middleware libraries to this folder. These are bullet, libogg, libvorbis, openal-soft, SDL2. Alternatively you can download them from their official websites and build them yourself.
- Open Verus.sln and click Build Solution
- Change your startup project to HelloTriangle, click Run