
Hipreme
-
Content Count
2 -
Joined
-
Last visited
Reputation Activity
-
Hipreme reacted to b10b in Resource Enum Generator
That's cool, the benefits of having typed resource addresses include avoiding typos and ensuring required assets exist. In Haxe we do similar with a Macro that directly reads the assets folder (so there's no need for additional tooling or generating a static list). I do miss those macros when working with other languages so its great to see alternative approaches.