Schemas for the STF file format
https://schema.stfform.at/
3d-format
3d-models
documentation
interchange-format
interoperability
json-schema
katai-struct
schema
- Python 95.9%
- Kaitai Struct 4.1%
|
|
||
|---|---|---|
| .forgejo/workflows | update action | |
| schemas | update main schema, add more resources | |
| .editorconfig | initial | |
| .gitignore | update | |
| genindex.py | wording | |
| LICENSE-APACHE2 | initial | |
| LICENSE-MIT | initial | |
| readme.md | fix readme link | |
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:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE2 or http://www.apache.org/licenses/LICENSE-2.0)
The genindex.py script is licensed only under Apache License, Version 2.0.