1
0
Fork
You've already forked stf_documentation
0
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%
Find a file
Mars 71e707b7cc
All checks were successful
Publish / publish (push) Successful in 1m9s
update godot installation
2026年06月29日 20:59:15 +02:00
.devcontainer setup devcontainer 2025年11月26日 22:13:55 +01:00
.forgejo/workflows update action, pip takes too long for codeberg-tiny 2026年05月19日 18:56:03 +02:00
.github/workflows diy then 2025年09月23日 20:59:03 +02:00
.vscode vscode why 2025年11月26日 23:21:21 +01:00
src update godot installation 2026年06月29日 20:59:15 +02:00
static new stf_blender version 2026年06月24日 00:14:47 +02:00
theme consistency pass, improve youtube embed, update action 2026年05月19日 18:52:48 +02:00
.editorconfig css customization 2025年09月20日 17:20:11 +02:00
.gitattributes setup devcontainer 2025年11月26日 22:13:55 +01:00
.gitignore update 2026年03月02日 18:43:34 +01:00
CNAME prepare sphinx 2025年09月23日 01:42:24 +02:00
conf.py update godot installation 2026年06月29日 20:59:15 +02:00
CONTRIBUTING.md contributing.md 2026年05月13日 17:38:21 +02:00
LICENSE spec 2024年12月05日 23:01:35 +01:00
readme.md readme fix 2026年05月18日 18:29:13 +02:00
requirements.txt setup devcontainer 2025年11月26日 22:13:55 +01:00

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

🌰 Report Issues

Made with Sphinx and the following plugins:

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
        
  • 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/)