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
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-05 21:53:16 +02:00
.devcontainer setup devcontainer 2025-11-26 22:13:55 +01:00
.forgejo/workflows update slot link doc, action run on manual workflow dispatch only 2026-08-04 18:35:38 +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 slot link doc, action run on manual workflow dispatch only 2026-08-04 18:35:38 +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 blender version 2026-08-05 21:53:16 +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 update pip requirements 2026-07-15 18:32:52 +02: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/)