.. RPG++ documentation master file, created by sphinx-quickstart on Fri Mar 27 17:52:07 2026. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. RPG++ documentation =================== Welcome to the RPG++ Engine documentation! You can see the User Guide here to learn how to make your first RPG++ game: .. toctree:: :maxdepth: 2 :caption: User Guide: guide ============= Scripting API ============= RPG++ utilizes Lua for scripting. You can explore the Lua Scripting API here: .. toctree:: :maxdepth: 2 :caption: Scripting: user ============ Contribution ============ You can file an issue on the `GitHub repo `__ If you want to contribute to the engine, you can fork the repo and make a PR when you're ready! A documentation for developers in available here: .. toctree:: :maxdepth: 2 :caption: Developers: dev