generated from ShadowMario/FNF-PsychEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Libraries versions
HackDev edited this page Mar 18, 2024
·
2 revisions
Those are the versions of my downloaded libraries, if you're struggling to get it to compile, you should try them out, as it's confirmed that they're functional for Astro 0.2.1, in alphabetical order:
- flixel: 5.5.0
- flixel-addons: 3.2.1
- flixel-tools: 1.5.1
- flixel-ui: 2.5.0
- flxanimate: git, to install use:
haxelib git flxanimate https://github.com/Hackx2/flxanimate dev
- hxCodec: git, to install, use:
haxelib git hxCodec https://github.com/polybiusproxy/hxCodec.git
- hxdiscord_rpc: git, to install, use:
haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc.git
- lime: 8.1.1
- linc_luajit: git, to install, use:
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit.git
- openfl: 9.3.2
- SScript: 7.7.0
- tjson: 1.4.0
If you want to install a specific version of Haxe's default libraries (like Flixel for example), use haxelib set library version, here's an example: haxelib set flixel 5.5.0