Here’s some things I worked on that I think will be useful for OpenFL users:
-
Crashdumper
- Logs crashes and writes them out to file before your program dies
- Optionally logs user’s system profile (os, cpu, ram, gfx card, etc)
- Optionally can send crash dump information to a server
- Has two-server side implementations to choose from
- Can customize both your crashdump format and the crashdump browser to accept arbitrary data
-
Firetongue
- Localization framework
- Processes CSV/TSV files for each locale and makes them fetchable
- Easy way to make sure your game/app works in multiple languages (provided you have the translators)
-
Flixel-UI
- If you’re using HaxeFlixel, this is the official UI library that I maintain
- Useful for creating user interfaces in a flixel-native environment
- Create UI’s from xml layout or by directly instancing classes - your choice!