
HaxeFlixel Fanmade Addons
Welcome to the official home of Flixel-Fanmade-Addons, a comprehensive expansion suite designed for the HaxeFlixel engine.Flixel-Fanmade-Addons provides developers with high-level tools to implement advanced features that are typically difficult to set up from scratch. This library is built to simplify complex tasks such as runtime scripting, artificial intelligence integration, and cross-platform video playback, allowing you to focus on the creative aspects of your game design.
Core Features and Capabilities
Enable modding or rapid prototyping by executing external Lua and JavaScript files at runtime. Our implementation avoids the heavy dependencies of LuaJIT, offering a lightweight scripting bridge that works seamlessly across various platforms. This allows for logic changes without the need for full project recompilation.Bring your NPCs to life with dedicated AI components. This module provides a foundation for connecting your game logic to chatbot systems, enabling dynamic dialogue and responsive character behaviors that go beyond traditional branching text trees.
Replace heavy video libraries with our streamlined video module. Designed as an efficient alternative to hxvlc, this system provides reliable video playback for cutscenes and animated backgrounds while maintaining a low performance overhead and simplified setup process.
Break the fourth wall with direct access to window manipulation tools. This suite allows you to interact with the player's operating system by dynamically renaming the game window, adjusting its position, or triggering window-level effects to heighten immersion during key gameplay moments.
Installation and Usage
Flixel-Fanmade-Addons is open-source and available via Haxelib. To integrate these tools into your project, simply run the installation command and add the library to your project configuration file. This library is designed to be modular, meaning you can use only the components you need without bloating your game’s final build.
Install Instructions
- Haxe 4.0.0 or above
- HaxeFlixel (refer to HaxeFlixel website)
- Lime
- OpenFLTo install flixel-fanmade-addons, write these commands in the terminal (Haxe required):
haxelib install flixel
haxelib install flixel-addons
haxelib install flixel-ui
haxelib install flixel-tools
haxelib install lime
haxelib install openfl
haxelib run lime setupAnd lastlly:
haxelib install flixel-fanmade-addons

This is Flixie, say hi.