StoneEngine is a simple 3D-focused game engine designed for small game development. It is easy to understand and uses lightweight systems for rendering, scripting, and editor tools.
![]()
- (There's no releases yet)
- I am working on it!
- You need python. (the Python version is 3.12 but I guess its okay to use any Version => 3.10)
- Download or clone this repository
- Open the current folder using cmd
- Run in the cmd:
python -m pip install -r requirements.txt - After the installation finish: Run
main.py
Please read the LICENSE file before using StoneEngine. By using this project, you agree to follow its license terms.