An open API service indexing awesome lists of open source software.

https://github.com/nandbolt/nbvector

A vector library for GameMaker Studio 2.
https://github.com/nandbolt/nbvector

gamemaker-studio-2 math package physics

Last synced: 3 months ago
JSON representation

A vector library for GameMaker Studio 2.

Awesome Lists containing this project

README

          

# nbvector
A small little vector and matrix library for GameMaker Studio 2, currently only containing structs for a 2-dimensional vector and a 2x2 matrix. I use this library for my physics engine [nbphysics](https://github.com/nandbolt/nbphysics), go check that out if you're interested in how to implement a physics engine in GameMaker!

The vector 2 struct:

![image](https://github.com/user-attachments/assets/fa1aa31f-a9b3-42b1-b37e-c9cbcb2c2c8a)

The 2x2 matrix struct:

![image](https://github.com/user-attachments/assets/38280243-0ba7-4886-9152-79fba7a2f839)