1
vote
3answers
113 views

Pros and Cons for HaXe and Kivy

I'm looking to develop an application for iOS, Android, Windows Phone and for Desktop no matter if it's web or standalone. Does anyone have experience with HaXe + NME or Kivy that they can share in ...
0
votes
1answer
86 views

Using Bluetooth with Haxe NME

I was planning to use Haxe NME to develop a simple bluetooth chat application. Is it possible to use device specific native APIs with Haxe? Or is there some wrapper class available to use bluetooth?
6
votes
0answers
104 views

Running HaXe from iOS app – hxRunLibrary() error

For a client I've developed an iOS + Android app using Cordova (PhoneGap) for the user interface. Now, as an update to this app, I'm am attempting to add a game that was written in HaXe. Originally ...
0
votes
1answer
189 views

drag and drop with haxe nme

i'm trying to make a simple drag and drop in haxe NME targeting touch devices, but i'm unable to. i tried, startDrag(), a combination of mouseDown, mouseUp and mouseMove,another combination of ...
3
votes
1answer
1k views

Is it possible to build an opengl game with haxe nme in ios and android? [closed]

i understand haxe nme can use opengl in the backend to display the 2D sprites of the games, but is it possible to manipulate opengl directly from nme to build a cross platform ios and android pure 3D ...
-2
votes
1answer
304 views

haxe, phone gap, jquery mobile instead of native app

I've learning Android development using java for 10 month and I've thought about start in windows phone and iOS but lately I've read about phone gap and jquery mobile which allows you to write your ...
2
votes
1answer
860 views

Starling, Nape, Flash, Haxe Dillemma

I am building a game in Flash for iOS using the Starling Framework. I am also using Nape, a 2D Physics engine. The problem I am experiencing is a particular method on the Nape engine uses ...
4
votes
2answers
1k views

Can Haxe create library for iOS native method?

Flash packager can't Adobe Packager for iOS: Bundling native iOS code together with Flash? Could Haxe do it ?