DSTEngine/standalone-openfl-app/CORE_PRINCIPLES_IMPORTANT!.md
2025-04-10 03:19:07 +02:00

5 lines
437 B
Markdown

# Never violate the following rules:
- Make the code work with the .hxml based workflow
- don't use compiletime `#if lime` or `#if openfl` as this relies on the openfl and lime build system. We don't use their buildsystems but try to do the same thing they do for the hxcpp based targets. (Native Windows/ Linux compilation)
- Adhere to the spec outlined in OpenFL_Build_Chain_Asset_System_Deep_dive.md and IMPORTANT_INSTRUCTIONS.md