The collection of easy samples and hello-worlds for Haxe.
- 1.1 - Simple data types and basic operators
- 1.1.1 - Simple data types (int, float, string, bool)
- 1.1.2 - Date and time
- 1.1.3 - Comparison operator and boolean operations
- 1.1.4 - Branching mechanisms, if and switch statements
- 1.1.5 - Converting simple data types
- 1.1.6 - Loops, for and while statements
- 1.1.7 - Operations with numbers and class Math
- 1.2 - Data sets and operations with them
- 1.3 - Custom data types and OOP
- 1.3.1 - Enumerations
- 1.3.2 - Data Structures, anonymous and with declared type
- 1.3.3 - Classes. Constructor, destructor, fields, properties, methods, and access modifiers
- 1.3.4 - Classes. Static class members (static access modifier)
- 1.3.5 - Classes. Inline access modifiers, dynamic, override
- 1.3.6 - Classes. Inheritance and multiple inheritance implementation
- 1.3.7 - Classes. Inheritance and multiple inheritance of interfaces
- 1.3.8 - Classes. Parametrized types and class members
- 1.3.9 - Abstractions. Ad binding to class, operator overloading
- 1.4 - Operations with data types and metaprogramming
- 5.1 - Sockets. A simple client-server application
- 5.2 - HTTP. Request sending and response handling
- 5.3 - Remoting
- 7.1 - Creating and running a simple unit test: class haxe.unit.TestCase and haxe.unit.TestRunner
- 7.2 - Methods of setup and tearDown class haxe.unit.TestCase
- 8.1 - Conditional compilation (Preprocessor)
- 8.2 - Metadata
- 8.3 - Static type extension
- 8.4 - Packages and import
- 8.5 - External resources
- 8.6 - Macros
- 8.7 - Plug-ins, extensions, external modules and dynamic libraries
- 9.1 - Create a library for haxelib
- 9.2 - Additional Language Freatures
- 9.3 - Graphic/Media Frameworks and Engines
- 9.4 - GUI Frameworks (Graphical User Interface)
- More samples for Haxe
- Enum abstracts
- The newest features of Haxe
- More samples of different macros
- Samples for Luxe (Mint included)
- Samples for Kha
- More samples for StablexUI
- More samples for HaxeUI (with different backends)
- More description for samples
- And other...
- Haxe Manual
- Haxe Cookbook
- Description of Haxe API
- Haxe on stackoverflow
- Try Haxe online