Install GraceEngine via VScode
Theoretically GraceEngine will compile on macOS, this has not been tested and currently we have no guide for the installation of GraceEngine on macOS.
VScode - 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 VScode.
- Open the tab “CMAKE” on your side bar. In the “Configure” subheading press the pencil button which will read “Select a kit”.
- Select the option “GCC x.x.x x86_64-w64-mingw32 (mingw64). Ensure it’s the mingw64 and not clang or ucrt.
- Click the run button located on the bottom bar.
VScode - 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 VScode.
- Open the tab “CMAKE” on your sidebar. In the “Configure” subheading press the pencil button which will read “Select a kit”.
- Select the option: “GCC x.x.x arm64-w64-mingw32 (mingw64). Ensure it’s the mingw64 and not clang or ucrt.
- Click the run button located on the bottom bar.