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
- 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.
- Open up the project via VS2022.
- By default, the configuration is x64-Debug, this needs to change. Click on manage configurations and press the +.
- Add x64-Release and hit save. Then change the configuration to x64-Release.
- Click the run button.
VS2022 - MinGW for x86_64 processors
- 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.
- If you have MinGW compiler installed please continue. Else follow the steps here to install MinGW64.
- Open up the project via VS2022.
- By default, the configuration is x64-Debug, this needs to change. Click on manage configurations and press the +.
- Add MinGW64-Debug/Release and hit save. Then change the configuration to MinGW64-Debug/Release.
- Click the run button.
VS2022 - MSVC (Default compiler) for ARM processors
- 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.
- Open up the project via VS2022.
- By default, the configuration is arm64-Debug, this needs to change. Click on manage configurations and press the +.
- Add arm64-Release and hit save. Then change the configuration to arm64-Release.
- Click the run button.
VS2022 - MinGW for ARM processors
- 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.
- If you have MinGW compiler installed please continue. Else follow the steps here to install MinGW64.
- Open up the project via VS2022.
- By default, the configuration is arm64-Debug, this needs to change. Click on manage configurations and press the +.
- Add MinGW64-Debug/Release and hit save. Then change the configuration to MinGW64-Debug/Release.
- Click the run button.