The Great Zerolib Schism of 2019
Pre-release
Pre-release
This update removes ALL dependencies for zerolib, so this library is no longer a flixel utility library, but a generic haxe utility library! You can find all of the old flixel stuff (plus some new updates) over at zerolib-flixel
!
Updated:
- moved all classes from
zero.ext
tozero.extensions
- moved all classes from
zero.util
tozero.utilities
- added functionality like
a_star()
toArrayExt
IntPoint
gets rewritten and adds lots of functionalityRange
also gets rewritten and adds lots of functionality
New! ✨:
Vec2
replacesVector
and has tons of functionalityVec4
takes cues fromVec2
- seriously tons of functionalityRect
gets extended fromVec4
and adds Rectangle functionalityColor
also gets extended fromVec4
and has lots of cool color functionalityECS
is a simple and tiny implementation of an Entity-Component-System in HaxeLineOfSight
is an implementation of a simple line of sight algorithm from roguebasinOgmoUtils
is an all in one utility for loading levels from OGMO EditorPRNG
is a simple pseudo random number generator
This update breaks a lot of stuff so I hope it's worth it!
(by the way I sort of nuked the repo so I wouldn't have to deal with git stuff so check older releases if you want a legacy version 👍 )