Homepage: https://stupefy-engine.github.io/Stupefy-Website/
Stupefy is a 2D game engine currently in development. It currently supports Windows only.
The official documentation is hosted on ReadTheDocs. It is maintained by the Stupefy community in its own GitHub repository.
Visual Studio 2017 or 2019 is recommended, Stupefy is currently for Windows only!
You can clone the repository to a local destination using git:
git clone --recursive https://github.com/Stupefy-Engine/Stupefy.git
Make sure that you do a --recursive
clone to fetch all of the submodules!
-
Building On Windows
- Stupefy Engine can be built from its source by running the Win-Gen.bat from scripts.
- The default building is for Visual Studio 2019.
- Cmake build system
- Rendering API
- Scripting Language (C#)
- Memory management systems
- Physics
- File inpput output system
- Entity Component System (ECS)
- Support for Mac OS and Linux
- Native rendering API support (Vulkan)