python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to get the compiler version in haxe?
I am trying to make my own terminal using the haxe programming language. I am wondering if there is any way to get the haxe compiler version. I know that you can type haxe -version in the command prom...
SidGames5
Votes: 0
Answers: 2
Does Haxe support function.apply()?
I have a question about Haxe, does Haxe support method.apply(this, paramArray) that is similar to Javascript? Thanks.
Best,
Peter Zhou

Peter Zhou
Votes: 0
Answers: 2
How to use Pixi.js with Haxe
I am new to Haxe and I want to use Pixi.js with haxe. But, the code found on github is able to load the image. CORS policy error is getting each time?
Hrishabh Mishra
Votes: 0
Answers: 1
Having trouble getting a ray cast to collide from a player to a wall in HaxeFlixel
I am trying to cast a ray from the center of a player to the point in front of them. This is to implement "mining" of collideable tiles. Once I know that a ray collided with a tile, then I c...

HenryFBP
Votes: 0
Answers: 0