Skip to content

Instantly share code, notes, and snippets.

@skial
Last active March 6, 2024 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skial/e52c07369af5d09a04296ca6406e5a91 to your computer and use it in GitHub Desktop.
Save skial/e52c07369af5d09a04296ca6406e5a91 to your computer and use it in GitHub Desktop.
List of community made Haxe targets.
  • hxgenjs Extensible JS generator for Haxe.
  • Craxe Nimlang generator.
  • sfgml A Haxe » GML compiler.
  • Nosey Haxe to Json.
  • haxe_in_haxe Attempt at rewriting the Haxe compiler directly in Haxe.
  • Genes Custom ES6 generator for split JS + d.ts + source maps.
  • hxgenpe Generate Portable Executable Binaries from Haxe IR/AST.
  • hxpico8 Experimental Lua target for Haxe.
  • sillysharp An unconventional Haxe➜C# compiler.
  • reflaxe Haxe framework for creating compilation targets using macros. Website.
    • reflaxe.CPP - An alternative C++ target for Haxe that generates dependent-less, GC-less C++17 code using the reflaxe library.
    • reflaxe.CSharp A remake of the Haxe/C# target written entirely within Haxe using Reflaxe.
    • reflaxe.Wren A Wren target for Haxe written with the Reflaxe library.
    • reflaxe.GDScript Compile Haxe to GDScript 2.0.
    • reflaxe.MoonScript ~ closed source
    • reflaxe_javasources A compiler that compiles Haxe code into javasources.
    • haxe_swift - Reflaxe based compiler to generate swift code.
    • reflaxe.dart - Compile to Dartlang WIP.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment