-
-
Notifications
You must be signed in to change notification settings - Fork 18
Installation
Matěj Štágl edited this page Feb 11, 2019
·
1 revision
In order to install Simplex Engine from this repository to your computer a few things have to be set up.
- Windows 10 (Insider builds work fine) / Windows 8 / Windows 7
- RAM: 4Gb+, 8/16/32 strongly recommended
- CPU: The faster the better, more cores = faster project loading and general speed up, Simplex utilizes multi-threading a lot
- GPU: Dedicated, GTX760 works, GTX1060 worked very well, GTX2080 (currently using) works flawlessly at 144 fps and thousands of objects active
-
GitHub Desktop Client
- alternatives: GitKraken, BitBucket, Git
- NET Framework 4.8
- MonoGame Framework
- IDE of your choice
- Visual Studio 2019 - recommended
- Rider
- To use GitHub dekstop client you have to register here on GitHub.com
- Simplex does not require registration to use
- Open GitHub client, login, select file->clone repository
- Select URL->https://github.com/lofcz/SimplexRpgEngine
- Hit the clone button
- If you haven't specified other path, engine is located under C:\Users\XYZ\Documents\GitHub\SimplexRpgEngine
- Open file SimplexRpgEngine3.sln (using Visual Studio / Rider)
- Set project Simplex IDE as the startup project
- Compile using the run button, engine should start up