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%
|
Mars
71e707b7cc
All checks were successful
Publish / publish (push) Successful in 1m9s
|
||
|---|---|---|
| .devcontainer | setup devcontainer | |
| .forgejo/workflows | update action, pip takes too long for codeberg-tiny | |
| .github/workflows | diy then | |
| .vscode | vscode why | |
| src | update godot installation | |
| static | new stf_blender version | |
| theme | consistency pass, improve youtube embed, update action | |
| .editorconfig | css customization | |
| .gitattributes | setup devcontainer | |
| .gitignore | update | |
| CNAME | prepare sphinx | |
| conf.py | update godot installation | |
| CONTRIBUTING.md | contributing.md | |
| LICENSE | spec | |
| readme.md | readme fix | |
| requirements.txt | setup devcontainer | |
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/)