xmonader / nimassets

bundle your assets into single nim file inspired by go-bindata
MIT License
60 stars 7 forks source link

Implement using macros as library instead of binary? #9

Open EriKWDev opened 2 years ago

EriKWDev commented 2 years ago

Couldn't this whole package be rewritten with macros and staticRead instead of relying on executing nimassets as a binary and generating an assetsfile?

xmonader commented 2 years ago

@EriKWDev I can imagine it'd be possible, I believe someone in the community did just that before.