developping GUI apps with neko ?

282 views
Skip to first unread message

mark prades

unread,
Mar 21, 2013, 11:47:47 PM3/21/13
to haxe...@googlegroups.com
I know i can compile Haxe to C++ , but i wonder is there some GUI libs with Neko bindings or something ?
I'd like to kind of replace Adobe Air/Flash for some desktop projects . Is it mandatory to compile to C++ ? or is there other solutions ?
thanks.

Jason O'Neil

unread,
Mar 22, 2013, 12:47:58 AM3/22/13
to haxe...@googlegroups.com

I'm pretty sure it's possible worth NME, see this forum post from Joshua:

> You can still use Neko by adding "-neko" when compiling an NME application for the desktop. However, by default NME will use the C++ target, since it runs faster, but Neko can be a nice target for testing since it compiles instantly, and with a little more experimentation, it could be used to perform cross-platform builds (like Windows from a Mac)

http://www.nme.io/community/forums/general-discussion/what-is-nme-and-how-it-relates-to-neko/

--
To post to this group haxe...@googlegroups.com
http://groups.google.com/group/haxelang?hl=en
---
You received this message because you are subscribed to the Google Groups "Haxe" group.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

mark prades

unread,
Mar 22, 2013, 5:18:24 AM3/22/13
to haxe...@googlegroups.com
Thanks , i'll try NME then , did anybody developped projects with NME and Neko ?

I'd be interested in how did they acheive successfull apps , the problems they faced ,etc ...

Regards

Baluta Cristian

unread,
Mar 22, 2013, 5:31:10 AM3/22/13
to haxe...@googlegroups.com
I think nme with neko is more useful to test your app fast rather than building the final product.


--
To post to this group haxe...@googlegroups.com
http://groups.google.com/group/haxelang?hl=en
---
You received this message because you are subscribed to the Google Groups "Haxe" group.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Băluță Cristian
http://ralcr.com
http://imagin.ro

BP

unread,
Mar 22, 2013, 8:08:52 AM3/22/13
to haxe...@googlegroups.com
This page contains a list of lots of GUI libs for Haxe... 


Note that StableXUI and Yahui from the list seem to have gotten alot of attention:


Both build to cross platform and are skinnable....

mark prades

unread,
Mar 22, 2013, 11:43:05 AM3/22/13
to haxe...@googlegroups.com
Thanks for the link list , that's great , plenty of great projects.

As for the use of neko , i thought i could just use the same neko app on multiple plateforms that support the neko vm , and just tell people or clients to install neko.
But it seems it is more complicated than that.
Is a performance issue a stability issue ? if it is just perfs , it's ok to get started with.

Regards.

Cambiata

unread,
Mar 22, 2013, 3:41:11 PM3/22/13
to haxe...@googlegroups.com
I've been creating desktop utility apps using neko, and it works very well.
No performance issues at all for normal use. If you are doing heavy math calculation, you should go for c++ of course.
I've been using Waxe before, but for similar situations now I would definitely go for Haxeui or Stablex.

Jonas

Reply all
Reply to author
Forward
0 new messages