Installation¶
Requirements¶
To get Arepy running, you currently need:
- Python 3.11+
bitarrayraylib
Install from PyPI¶
If you only want to use the engine in a game project, that is enough.
Local setup with uv¶
This gives you the runtime dependencies plus the documentation toolchain used by this site.
Build the docs locally¶
Optional extras¶
If you want to work on the ImGui integration too:
If you are contributing to the project itself and need the full contributor workflow, use CONTRIBUTING.md as the source of truth.
Common next steps¶
- Continue to Quickstart
- Read the Engine Lifecycle
- Explore the generated API Reference