Skip to content
xfangfang edited this page Feb 19, 2025 · 3 revisions

Welcome to the borealis wiki!

Build the demo code

Including in your project

  1. Your project must be built as C++17 (-std=c++1z). You also need to remove -fno-rtti and -fno-exceptions if you have them
  2. Use a submodule (or even better, a subrepo) to clone this repository in your project
  3. Copy the resources folder to the root of your project

Or you can start a new project from the template

Clone this wiki locally