View all by Geometer
Geometer
Follow Geometer
Follow
Following Geometer
Following
Add To Collection
Collection
Community
Devlog
Vector2 for GameMaker
←
Return to Vector2 for GameMaker
Devlog
Vecyor2 1.2
April 28, 2025
by
Geometer
#bugfix
There was a bug where addRW would cause a crash this has been fixed in the latest version. The latest version of this package was used in my latest game, Loon Lagoon...
Continue reading
Vector2 1.1
February 18, 2025
by
Geometer
#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
Geometer
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