View all by whendric
whendric
Follow whendric
Follow
Following whendric
Following
Add To Collection
Collection
Community
Devlog
Vector2 for GameMaker
←
Return to Vector2 for GameMaker
Devlog
Vector2 1.1
February 18, 2025
by
whendric
#update
This update introduces optimizations in two forms: -First, all methods are now static, saving overhead -Second, all methods that return a vector now have an RW (Re-Write) version that modifies the Vec...
Continue reading
Vector2 1.0
February 16, 2025
by
whendric
Vector2 is an elegant thing that we have in most game engines. Until now, all vector operations in game maker had to hold x and y components separately. Rotation was used as a shortcut to avoid common...
Continue reading