Ash-Haxe icon indicating copy to clipboard operation
Ash-Haxe copied to clipboard

Macro Nodes

Open mikecann opened this issue 11 years ago • 1 comments

Just a suggestion. Have you considered using macros to generate nodes, so the user doesnt have to create lots of Node classes?

Not thought through all the problems with this but something like engine.getNodeList({pos:Position, disp:Display}); or something like that?

mikecann avatar Feb 05 '13 16:02 mikecann

Yep this could be a nice feature, but it may be challenging to implement in an efficient haXe-way (so no realtime overhead, no nodelist duplication, more static checks and stuff). Feel free to contribute :-))

nadako avatar Feb 19 '13 22:02 nadako