schars
v0.1.0
0.1.0 updated 1 day ago
sdecl
Add support for node constructor arguments and metadata
1.2.0 updated 3 days ago
connects
Initial release.
0.0.0 updated 5 days ago
flight
Generated port of Flight upstream cad72aa3: 143 packages, 16k upstream tests passing, examples green on neko/hxcpp/html5. Known caveats: Windows/macOS untested, Neko first-frame latency on path-heavy scenes.
0.3.0 updated 5 days ago
hxscript
Three lexer and typing fixes. A dollar sign that begins no interpolation is now a literal dollar without consuming the character after it; previously the character was appended blind, so a string ending in a dollar swallowed its own closing quote and ran on to the next quote elsewhere in the file, reporting the error on an unrelated line. Unary bit-complement is now lexed outside a regex, where it was only ever reached through the regex path and otherwise rejected with the position of the character after it. Nested array literals now carry their declared element type down to the inner arrays, so an array of arrays no longer erases to objects one level in and read back as zeroes under cppia.
1.1.2 updated 6 days ago
fivem-hx
Restructure into a single-classpath monorepo (src/fivem/{client,server,shared}).
1.2.2 updated 1 week ago
tracker.ds
Autorun functionality to ObservableArray and ObservableVector
1.0.1 updated 1 week ago
lime
by singmajesty
A foundational Haxe framework for cross-platform development
8.3.2 published 2 months ago
2023562 downloads
openfl
by singmajesty
The "Open Flash Library" for fast 2D development
9.5.2 published 2 months ago
1996025 downloads
hxcpp
by gamehaxe
Hxcpp is the runtime support for the C++ backend of the Haxe compiler. This contains the headers, libraries and support code required to generate a fully compiled executable from Haxe code.
4.3.2 published 3 years ago
1855274 downloads
flixel
by haxeflixel
HaxeFlixel is a 2D game engine based on OpenFL that delivers cross-platform games.
6.2.0 published 3 weeks ago
1421781 downloads
flixel-addons
by haxeflixel
flixel-addons is a set of useful, additional classes for HaxeFlixel.
4.0.1 published 8 months ago
1315428 downloads
hscript
by ncannasse
Haxe Script is a scripting engine for a subset of the Haxe language
2.7.0 published 8 months ago
1233702 downloads
Joshua Granick
(45 projects)
Jens Fischer
(17 projects)
Alexander Hohlov
(7 projects)
Bowler Hat LLC
(21 projects)
Christopher Speciale
(18 projects)
Haxe Foundation
(14 projects)
George Kurelic
(6 projects)
Nicolas Cannasse
(22 projects)
Hugh Sanderson
(18 projects)
back2dos
(76 projects)
Alexander Kuzmenko
(13 projects)
Massive Interactive
(11 projects)
Caue Waneck
(14 projects)
Dan Korostelev
(14 projects)
Franco Ponticelli
(36 projects)
Lars A. Doucet
(3 projects)
haxelib install away. This example demonstrates some of all haxelib commands.haxelib install actuate # Install `actuate` library
haxelib install actuate 1.8.1 # Install a specific version
haxe -lib actuate -main Test -js test.js # Use `actuate` library in your Haxe build
haxelib list # List all of your installed libraries
haxelib list openfl # List your installed libraries that have "openfl" in the name
haxelib install actuate.zip # Install a library from a zip file
haxelib install test.hxml # Install all the libs listed in a hxml
haxelib install all # Install all the libs in the hxml files in the current directory
haxelib submit actuate.zip # Use Haxelib to share your library with others!
Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!
Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.