All Projects → HaxeFoundation → Haxe

HaxeFoundation / Haxe

Haxe - The Cross-Platform Toolkit

Programming Languages

haxe
709 projects
ocaml
1615 projects
c
50402 projects - #5 most used programming language
NSIS
403 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Haxe

Fetlang
Fetish-themed programming language
Stars: ✭ 1,337 (-71.34%)
Mutual labels:  compiler, transpiler
Groovy
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
Stars: ✭ 4,359 (-6.56%)
Mutual labels:  compiler, jvm-languages
Evm2wasm
[ORPHANED] Transcompiles EVM code to eWASM
Stars: ✭ 96 (-97.94%)
Mutual labels:  compiler, transpiler
Diez
The Design Token Framework — Adopt a unified design language across platforms, codebases, and teams
Stars: ✭ 928 (-80.11%)
Mutual labels:  compiler, cross-platform
Umka Lang
Umka: a statically typed embeddable scripting language
Stars: ✭ 308 (-93.4%)
Mutual labels:  compiler, cross-platform
Elchemy
Write Elixir code using statically-typed Elm-like syntax (compatible with Elm tooling)
Stars: ✭ 1,080 (-76.85%)
Mutual labels:  compiler, transpiler
Elixirscript
Converts Elixir to JavaScript
Stars: ✭ 1,504 (-67.76%)
Mutual labels:  compiler, transpiler
Godzilla
Godzilla is a ES2015 to Go source code transpiler and runtime
Stars: ✭ 1,464 (-68.62%)
Mutual labels:  compiler, transpiler
Retyped
Access 3600+ libraries from C# and let Bridge.NET compile your project into JavaScript.
Stars: ✭ 216 (-95.37%)
Mutual labels:  compiler, transpiler
Transcrypt
Python 3.7 to JavaScript compiler - Lean, fast, open! -
Stars: ✭ 2,502 (-46.37%)
Mutual labels:  compiler, transpiler
Typescripttolua
Typescript to lua transpiler. https://typescripttolua.github.io/
Stars: ✭ 783 (-83.22%)
Mutual labels:  compiler, transpiler
Wax
A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
Stars: ✭ 373 (-92%)
Mutual labels:  compiler, transpiler
J2cl
Java to Closure JavaScript transpiler
Stars: ✭ 773 (-83.43%)
Mutual labels:  compiler, transpiler
Jsweet
A Java to JavaScript transpiler.
Stars: ✭ 1,167 (-74.98%)
Mutual labels:  compiler, transpiler
Nimporter
Compile Nim Extensions for Python On Import!
Stars: ✭ 474 (-89.84%)
Mutual labels:  compiler, transpiler
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (-97.58%)
Mutual labels:  compiler, transpiler
Ratel Core
High performance JavaScript to JavaScript compiler with a Rust core
Stars: ✭ 367 (-92.13%)
Mutual labels:  compiler, transpiler
Bytecoder
Rich Domain Model for JVM Bytecode and Framework to interpret and transpile it.
Stars: ✭ 401 (-91.4%)
Mutual labels:  compiler, transpiler
Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
Stars: ✭ 427 (-90.85%)
Mutual labels:  cross-platform
Gimli
A blazing fast library for consuming the DWARF debugging format
Stars: ✭ 437 (-90.63%)
Mutual labels:  cross-platform

GitHub Build Status SauceLabs Test Status Gitter Discord

Haxe is an open source toolkit that allows you to easily build cross-platform tools and applications that target many mainstream platforms. The Haxe toolkit includes:

  • The Haxe programming language, a modern, high-level, strictly-typed programming language
  • The Haxe cross-compiler, a state-of-the-art, lightning-speed compiler for many targets
  • The Haxe standard library, a complete, cross-platform library of common functionality

Haxe allows you to compile for the following targets:

You can try Haxe directly from your browser at try.haxe.org!

For more information about Haxe, head to the official Haxe website.

License

The Haxe project has several licenses, covering different parts of the projects.

  • The Haxe compiler is released under the GNU General Public License version 2 or any later version.
  • The Haxe standard library is released under the MIT license.
  • The Neko virtual machine is released under the MIT license. Its bundled runtime libraries (ndll) and tools are released under open source licenses as described in https://github.com/HaxeFoundation/neko/blob/master/LICENSE

For the complete Haxe licenses, please see https://haxe.org/foundation/open-source.html or extra/LICENSE.txt.

Installing Haxe

The latest stable release is available at https://haxe.org/download/. Pre-built binaries are available for your platform:

Automated development builds are available from build.haxe.org.

Building from source

See extra/BUILDING.md.

Using Haxe

For information on using Haxe, consult the Haxe documentation:

Community

You can get help and talk with fellow Haxers from around the world via:

👍 Get notified of the latest Haxe news, follow us on Twitter, Facebook and don't forget to read the Haxe roundups.

Version compatibility

Haxe Neko SWF Python HL PHP Lua
2.* 1.* 8-10 - - - -
3.0.0 2.0.0 - - 5.1+ -
3.2.0 12-14 3.2+ - -
3.3.0 2.1.0 21 - 5.1, 5.2, 5.3, LuaJIT 2.0, 2.1
3.4.0 1.1 5.4+ and 7.0+ (with -D php7)
4.0.0 2.3.0 1.11 7.0+

Contributing

See CONTRIBUTING.md for more. Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].