Starting to make a Physics Simulation, written in Go.
I just finished setting up the project to use “ebiten,” a UI library for Go. Additionally, I created a type Vector2D struct with an X and Y as well as Add, Subtract, Scale, Dot, and Rotate methods.
Unfortunately, I don’t have any interesting images to put here, so here’s a screenshot of the vector code :)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.