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.
- Host: GitHub
- URL: https://github.com/nandbolt/nbvector
- Owner: nandbolt
- License: mit
- Created: 2025-04-12T16:08:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T22:12:33.000Z (about 1 year ago)
- Last Synced: 2025-05-03T22:25:30.631Z (about 1 year ago)
- Topics: gamemaker-studio-2, math, package, physics
- Language: Game Maker Language
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

The 2x2 matrix struct:
