1
0
Fork
You've already forked stf_schema
0
Schemas for the STF file format https://schema.stfform.at/
  • Python 95.9%
  • Kaitai Struct 4.1%
Find a file
Mars 2ea0e1641f
Some checks failed
Publish / publish (push) Has been cancelled
update action
2026年05月19日 18:50:11 +02:00
.forgejo/workflows update action 2026年05月19日 18:50:11 +02:00
schemas update main schema, add more resources 2026年05月19日 18:38:58 +02:00
.editorconfig initial 2026年05月12日 21:49:46 +02:00
.gitignore update 2026年05月13日 17:44:23 +02:00
genindex.py wording 2026年05月13日 20:24:52 +02:00
LICENSE-APACHE2 initial 2026年05月12日 21:49:46 +02:00
LICENSE-MIT initial 2026年05月12日 21:49:46 +02:00
readme.md fix readme link 2026年05月13日 20:20:32 +02:00

STF Format Schemas

Squirrel Transfer Format - Modular 3D File-Format Intended for (not only) games-development use-cases.

🌰 Report Issues 🌰 STF Documentation

This repository contains various schema definitions for the STF file format.

The binary file's schema is specified in ./stf.ksy, using Kaitai Struct.
Part of the STF binary file is the JSON definition. Its schema is defined in ./stf.schema.json. using JSON Schema.

License

All source-code in this repository, except when noted in individual files and/or directories, is licensed under either:

The genindex.py script is licensed only under Apache License, Version 2.0.