treeform / fidget

Figma based UI library for nim, with HTML and OpenGL backends.
MIT License
768 stars 32 forks source link

proposal: add extro apis that load font, images etc statically #188

Open bung87 opened 8 months ago

bung87 commented 8 months ago

proposal: add extro apis that load font, images etc statically

doing so assets path will not depend on current working directory, will not need another build tool emebed assets into single exe.

easier for building single exe application.

if you agree with these, I can try create PR for this. let me know if want.