Modular 3D File-Format for Games-Development
https://docs.stfform.at/
- CSS 51.7%
- Python 28.8%
- JavaScript 10.7%
- HTML 7.3%
- Shell 1.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .devcontainer | ||
| .forgejo/workflows | ||
| .github/workflows | ||
| .vscode | ||
| src | ||
| static | ||
| theme | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CNAME | ||
| conf.py | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| readme.md | ||
| requirements.txt | ||
STF: Documentation
A modular file-format for 3D assets
Intended for (not only) games-development use-cases.
This documentation is hosted at https://docs.stfform.at
Made with Sphinx and the following plugins:
- myst_parser
- sphinx_copybutton
- sphinx_togglebutton
- sphinx_design
- sphinxext.opengraph
- sphinx-notfound-page
Development Setup
- Either:
- Use the "Dev Containers" extension to open the project in a container.
- Create a Python 3.14 venv in the repo directory.
- Inside the venv run:
pip install -r requirements.txt
- Inside the venv run:
- Start a local dev-server:
sphinx-autobuild --watch . src/ _out/ -c . -a
Contributing
Human made contributions via pull-requests are very welcome.
See CONTRIBUTING.md for guidelines.
License
This repository is licensed under CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/)