Overview of Haxe Toolkit
developmentHaxe is an open source toolkit for building cross-platform tools and applications. It consists of:
- The Haxe programming language: A modern, high-level, strictly-typed language.
- The Haxe cross-compiler: A high-speed compiler targeting multiple platforms.
- The Haxe standard library: A complete, cross-platform library of common functionality.
Supported compilation targets include:
- JavaScript
- C++
- JVM
- Lua
- PHP 7
- Python 3
- HashLink
- NekoVM
- Flash (SWF Bytecode)
- Haxe interpreter