haxeui / haxeui-hxwidgets

The hxWidgets backend of the HaxeUI framework -
http://haxeui.org
MIT License
23 stars 7 forks source link

Question - dependency to openfl mandatory? #19

Closed kiroukou closed 6 years ago

kiroukou commented 6 years ago

Hello,

just a quick question, is that project also has a dependency to openfl ? Or it can be used directly with hxcpp ? (maybe a demo somewhere?)

Thanks !

ibilon commented 6 years ago

This can only be used with hxcpp, the only haxeui libraries with an openfl dependency are haxeui-openfl and haxeui-flixel.

Take any haxeui demo and compile it with this using haxe -main Main -lib haxeui-core -lib hxWidgets -lib haxeui-hxwidgets -lib hscript -cpp bin/.

kiroukou commented 6 years ago

Oh that is a great news. I really though that haxeui was openfl based for each of its targets.

I'm going to give it a try really soon then.

Thank you very much !