Vector2 1.0
Vector2 for GameMaker » Devlog

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 vector math. No more! Now, Vector2 allows us to find the dot product of two vectors easily, or perform a complex chain of transformations with ease! With Vector2, we can pass vectors around for our structs and objects to use! We can pass by reference, or create a new Vector2 using it's constructor!
I wish game development was this luxurious when I started out!
Files
Vector2 Documentation.pdf 64 kB
50 days ago
Vector2GMS2.yymps 5.1 kB
50 days ago
Get Vector2 for GameMaker
Download NowName your own price
Vector2 for GameMaker
Standard Vector2 functionality similar to Unity, Godot, Unreal etc. for GameMaker
More posts
- Vector2 1.148 days ago
Leave a comment
Log in with itch.io to leave a comment.