Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Community

New topic
8
Topics

Recent updates

Apr 05, 2019
7
It came to my attention that I haven't uploaded builds to itch.io for a while, so here you go. Most importantly this gets the library to be compatible with Haxe...
1 file — Apr 5, 2019
Jul 7, 2018
Additions: Added more typed externs for built-in functions (matrices, clipboard, gml.sys.*, room manipulation, cameras...) Added @:noRefWrite for mapping global...
1 file — Jul 7, 2018
May 10, 2018
Optional argument initialization now prefers ternary operator if available, e.g. function some(a = 1) would use var a = argument_count > 0 ? argument[0] : 1; (e...
1 file — May 10, 2018
Apr 29, 2018
Compiler - Fixed Haxe standard library overrides not binding sometimes (particularly if just adding the libraries as classpaths instead of actual haxelibs). - A...
2 files — Apr 29, 2018
Topic
Last post
Hi I come from a background of C++, C, and GML. Where/how can I learn Haxe? Thanks!
started by ningaman151 Mar 17, 2020
1 reply
471 views
sfgml\sfgml-dev\Map.hx:8: characters 20-37 : Type not found : haxe.ds.Map Above is the error I'm receiving when I try to...
started by hippyman Jul 07, 2018
3 replies
605 views
Seems like GMLive also uses a function called array_hx_push, and it's causing this error: Error: duplicate script name f...
started by bowsette_game Apr 24, 2019
2 replies
308 views
So, it seems that in 99% of the time you end up with an init script you need to call before using Haxe functions. I was...
started by bowsette_game Apr 23, 2019
2 replies
430 views
I was thinking, it would be pretty neat if we could edit Haxe code from GMEdit, and by pressing a hotkey, have it compil...
started by bowsette_game Apr 17, 2019
1 reply
311 views
I'm trying to compile a project using the following command: haxe -debug -lib sfhx -lib sfgml -cp src -js ../extensions...
started by bowsette_game Apr 15, 2019
4 replies
416 views
Probably a large Game Maker and Unity audience out there. Besides the crazy expensive video editing tool interface C# is...
started by theloon Apr 27, 2018
3 replies
613 views
Thank you for bringing this wonderful language to Game Maker. Back in the day Haxe was a mult-headed hydra beast that br...
started by Boar Games Apr 26, 2018
414 views
No replies yet