Official documentation for the Doriax game engine, built with MkDocs.
Documentation content lives in docs/. The site is organized into:
getting-started/— orientation, installation, and first project pagestutorials/— step-by-step workflowseditor/— editor panels, project workflow, resources, animation, code, and exportmanual/— engine concepts and subsystem guidesreference/— API reference, enumerations, and build optionscontributing/— documentation and screenshot contribution notes
Install the dependencies (MkDocs + PyMdown Extensions):
pip install -r requirements.txtServe the site locally with live reload:
mkdocs serveThen open http://127.0.0.1:8000.
Produce a static site in the site/ directory:
mkdocs build --strictDocumentation content is licensed under CC BY 4.0.