Install GraceEngine via VS2022

Theoretically GraceEngine will compile on macOS, this has not been tested and currently we have no guide for the installation of GraceEngine on macOS.

VS2022 - MSVC (Default compiler) for x86_64 processors

  1. Download the project from the Github release page using your preferred method. However, you can clone from the stable branch if you wish to do so.
  2. Open up the project via VS2022.
  3. By default, the configuration is x64-Debug, this needs to change. Click on manage configurations and press the +.
  4. Add x64-Release and hit save. Then change the configuration to x64-Release.
  5. Click the run button.

VS2022 - MinGW for x86_64 processors

  1. Download the project from the Github release page using your preferred method. However, you can clone from the stable branch if you wish to do so.
  2. If you have MinGW compiler installed please continue. Else follow the steps here to install MinGW64.
  3. Open up the project via VS2022.
  4. By default, the configuration is x64-Debug, this needs to change. Click on manage configurations and press the +.
  5. Add MinGW64-Debug/Release and hit save. Then change the configuration to MinGW64-Debug/Release.
  6. Click the run button.

VS2022 - MSVC (Default compiler) for ARM processors

  1. Download the project from the Github release page using your preferred method. However, you can clone from the stable branch if you wish to do so.
  2. Open up the project via VS2022.
  3. By default, the configuration is arm64-Debug, this needs to change. Click on manage configurations and press the +.
  4. Add arm64-Release and hit save. Then change the configuration to arm64-Release.
  5. Click the run button.

VS2022 - MinGW for ARM processors

  1. Download the project from the Github release page using your preferred method. However, you can clone from the stable branch if you wish to do so.
  2. If you have MinGW compiler installed please continue. Else follow the steps here to install MinGW64.
  3. Open up the project via VS2022.
  4. By default, the configuration is arm64-Debug, this needs to change. Click on manage configurations and press the +.
  5. Add MinGW64-Debug/Release and hit save. Then change the configuration to MinGW64-Debug/Release.
  6. Click the run button.