LEARN

Quick setup guide

To start using Verus Engine you will need to do the following steps:

  1. Download and install Microsoft Visual Studio 2019
  2. Download and install Vulkan SDK
  3. Download and install Git for Windows (or any other Git that you like)
  4. Clone verus repository from GitHub to your computer
  5. Create a folder for additional libraries at C:\Home\Middleware (can be different, but you would need to adjust Verus.props file)
  6. 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.
  7. Open Verus.sln and click Build Solution
  8. Change your startup project to HelloTriangle, click Run