Welcome to the latest edition of the Haxe Roundup. Haxe is a high level, strictly typed programming language and cross-compiler.
Community Updates
News and Articles
[upcoming/events]
The next Haxe Roundup Roundup Discord Event is scheduled for Sunday 6th April 18:30.- IntelliJ Haxe plugin
1.6.5
has been released! - Building a Golang to Haxe compiler, go2hx! over on the Golang reddit.
- Renaine Weekly Update
#7
- There are no secrets in this game article. - Moonshine.dev
1.3.0
has been released. - FNF: The Pit Stop 2 content update releases on March 31st!
Devlogs
- Fraymakers: Experimental Character and Gameplay Adjustment Patch.
- Northgard Road Map for Early 2025.
- Wartales Community Update 5 out now.
In case you missed it
- Reflecting on the last 10 years as HaxeFlixel Treasurer article.
- Twinspire Web: A New Macro oriented, HTML first web framework announcement.
- IntelliJ Haxe plugin
1.6.2
has been released. - Harmonica physics based animation Go library now works in Haxe thanks to Go2Hx.
️
- Introducing Hunter, a CLI file watcher for Haxe article by Josh Tynjala.
️
- Via the Haxe Discord server, An impromptu “get to know the developers” conversation started between several highly talented developers over in the ALCL sub channel.
- Northgard patch notes for
27/02/2025
and20/02/25
. - Northgard Uncharted Lands is now live on Kickstarter.
- Wartales 2025 Roadmap and the Soundtrack will be released March 6th.
Videos & Music
- None this week.
Reminder that Squidly does a Haxe dev stream every weekday on Twitch. 6pm EST -> 12am EST Monday/Tuesday/Wednesday. 12pm EST -> 6pm EST Thursday/Friday.
In case you missed it
Jobs, Bounties
- HaxeFlixel developer needed for new fighting game “Vague Power”.
- Volka Games are looking for a Mobile and Web frontend developer positions to work on Taonga: The Island Farm.
Add an available job involving Haxe.
Available for work
- Joey (PXshadow) creator of go2hx
git
is available for work. - You can hire Tim Hely, a highly experienced Haxe & HaxeFlixel developer, with 20+ years of experience!
Bounties
- Armory3D bounties are available.
- Keep an eye on the Funkin Bounties repo for future items.
- Squidly has opened up a bounties page for HaxeFlixel features.
Previews & Demos
Open Source
Via Haxe Discord server
- Jeremy is “still catching a few bugs, but [you] can now preview Loreline scripts right in vscode”.
- You can now preview loreline stories within vscode from any beat declaration.
[go2hx]
- Improve IO merged.
- The golang io library is now supported and works on the hl. cpp and eval targets.
- Reflecting on 2024 goals.
- Basic benchmark support in testing pull request.
- No Go dependency update and No Go dep2 pull request.
- Simplify interopability between Haxe code and go2hx compiled Haxe code pull request.
- go-binary
git
.
Git Repos
[hxCompileU]
hxSDL2git
- Haxe@:native
bindings for SDL2 to do homebrew on Wii U.[openfl/lime]
Fix UTF8 conversions inhb_buffer_add_utf8
merged.- hxCompileU
1.30
has been released. - Heaps
2.1
has been released. - littleBigInt
0.1.9
has been released. - stx_tap
git
- Global Signal with both well typed and untyped capabilities. - stx_expect
git
- Composable Predicates. - stx_prim
git
- Unified primitive types in Haxe. - stig
git
- Fast data representation that is valid Json and Edn in Haxe. - airflair
git
- Exhaustive airfare searching from the terminal. - Check out the latest open source Haxe projects over on GitHub.
Closed Source
- Chompy Spotlight: Ninja Chompy.
Via Haxe Discord server
- Why does everything I make explode part 2.
Some Library Releases
- heaps-prefab
1.0.0
- heaps-local-res
1.0.0
- format
3.8.0
- hxsignal
0.9.3
- littleBigInt
0.1.9
- hlsdl
1.15.0
- hldx
1.15.0
- hashlink
1.15.0
- heaps
2.1.0
- extension-haptics
1.0.0
- super-hscript
1.0.1
- olib
1.0.0
- ludi-forms
1.1.0
- olib_model
1.1.1
- HxSDL2
1.0.0
- holi_ecs
1.0.1
- holi_macros
1.0.1
- holi
1.0.0
- Check out the most recent library releases on HaxeLib.
People & Projects to support
- Axol Studio is a small independent game development studio, making games with and contributing to HaxeFlixel.
- Funkin’ Crew is making Friday Night Funkin’, a cartoon rhythm gaming excellence.
- Patrick is creating Raspberry Pi 4 support for Haxe/Lime/OpenFL/HaxeFlixel.
- Josh Tynjala is working on Feathers UI — open source, cross-platform UI components built with OpenFL.
- Pavel Alexandrov is primarily contributing to the Heaps engine and is the creator of format-tiled library.
- Ian Harrigan is working on primarily HaxeUI, as well as hxArduino & hxWebSockets.
- Alexander Gordeyko is developing Pony, a Haxe open-cross-library.
- Andy Li is working around the Haxe ecosystem: CI, packaging, docs and learning materials.
- OpenFL is creating free open source software.
- HaxeUI is creating an open source user interface libraries.
- HaxeFlixel is creating an open source, cross platform 2D game engine.
Updates from the Haxe core
Current Proposals & Discussions
- Develop constructor logic / better constructors proposal
- Enhance
sys.net
: Add IP address types, support IPv6 and more proposal. - Add Defer keyword proposal.
- Cast Specification changes for Haxe 5 discussion.
- Add Auto Closing proposal.
- Add additional mathematical constants and functions discussion.
- Additional syntax for safe navigation discussion.
- Add support for Typed metadata proposal.
- Add support for Extension of Abstracts proposal.
- Add package alias proposal.
- Add Integer data types proposal.
- Add Trailing Block Expressions proposal.
- Add Caller Tracking proposal.
- Add Constructor
this.arg
syntax proposal. - Add new syntax for getters & setters inspired by the
C#
property syntax proposal. - Add a type for meaningless values (similar to unit type) proposal.
- Add better Overload Support proposal.
- Add Static Extension Meta Functions proposal.
- Add
enum abstract
overenum
proposal, plus clarification. - Add Enum abstract instances proposal.
[RFC]
Xml Dsl’s discussion.- Add Default values for enum parameters.
Do you have an idea to improve Haxe? Consider creating a proposal.
Core Changes
44~ updates have been made to Haxe since the last issue.
- Haxe
4.3.7
release preparations. [hxcpp]
Allow overwriting default c++ standard for a group of files pull request.[hxcpp]
Fix mismatching type and getter return on pointer merged.[hxcpp]
Fix broken ndk version cahcing merged.- Dont avoid exception wrapping on HL/Neko/Eval targets merged.
[hlc]
Fix warning truncation double to float merged.[hscript]
Do not allow arrays without comma between values merged.[hxb]
Fix dump-dependencies when compiling through server merged.[hxcpp]
Haxe generates broke C++ code if property getter doesnt exist issue.- Analyzer const propagation typing fixes merged.
- Type safe reflection - add
haxe.runtime.FieldHost
pull request. [hl]
Add version check to maintain compatible hl1.14
merged[hl]
Bump defaulthl_version
to1.15
for Haxe 5 merged.[hxcpp]
Fix never getters merged.[hxcpp]
Returnnull
sometimes inserted after throw issue.- Serializer: Implement
reset
method merged. - HashLink
1.15
has been released. [hxcpp]
Prevent closing socket handle twice merged.[ci/hl]
Use OCaml 5 for all jobs merged.[hl]
Use parallet run for opt pull request.[jvm]
Make genjvm thread-safe draft pull request.- Reduce shared data in analyzer merged.
- Dun
-D dump
in parallel merged. - Move unification stacks into unification context merged.
[hl]
Implementhl_debug_break
for more architectures pull request.- Make analyzer thread-safe pull request.
In case you missed it
- Haxe
5.0
preview 1 milestones. [warnings]
Use-w
instead of defines merged.- Haxe import/using irregulaties made more plain issue.
- Module X does not define type error when using wildcard issue.
- Macro defined module vs typedef draft pull request.
- Safe navigation issue with abstracts issue.
- Allow using anonymous functions in operator expressions pull request.
️
- Run
toString(null)
for explicit nullable abstract pull request. Null<T>
should not satisfy type contraintT
issue.- Improve error for unexpected close xml tag pull request.
[display]
Do not considerimport.hx
as current module when its not merged.- Conflicting library versions error is missed when using multiple hxmls issue
- Remove unused null check in
Bytes.getString
merged. [hashlink]
Fix cast from void to dynamic cause segfault merged.-D analyzer-optimize
breaks binary operations onhl.l64
issue.- Local static vs macro expr remapping issue.
You can get started using the latest features by downloading a nightly build of Haxe and see the impact the latest changes have on each target by browsing the benchmarks site. Head over to OSS Insights for more Haxe statistics.
Take it easy everyone, stay safe and see you next time. ️