summaryrefslogtreecommitdiffstats
path: root/modules/msdfgen/config.py
Commit message (Collapse)AuthorAgeFilesLines
* [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-1/+2
| | | | | | | | | | | Modules can now call: env.module_add_dependencies(name: str, deps: list, optional: bool) To add required or optional dependencies during the "can_build" step. Required dependencies will be checked and the module will be not be enabled when they are missing, printing a warning to notify the user.
* Makes FontData importable resource.bruvzg2021-08-271-0/+6
Adds multi-channel SDF font texture generation and rendering support. Adds per-font oversampling support. Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading. Adds BMFont binary format and outline support.