I released A Physics Engine in GoLang šŸ”„

rudransh61

Rudransh Bhardwaj

Posted on March 17, 2024

I released A Physics Engine in GoLang šŸ”„

Physix.go

<h2>A simple Physics Engine in GoLang</h2>
Enter fullscreen mode Exit fullscreen mode

Github : https://github.com/rudransh61/Physix.go/

Release v1.0

We are finally releasing our physics engine Physix.go after working for hours and solving many bugs

Features we are introducing :-

  • Basic Position and Velocity of Object
  • Added Force to a body
  • Easy integrate with graphics ebiten.go
  • Polygons and their collision (docs pending)
  • Vector Algebra and related function
  • All Docs and 10+ example project
  • Collision detection of Circle and Rectangles
  • Collision Resolution for Circle and Rectangle
  • Static Body and Mass property

Thanks for joining us
Ask any question any time
New contributors can contribute here (if you have any doubt related to code or want to code anything , just start an issue I will tell you)
Share with others
šŸŽ‰šŸ„³

šŸ’– šŸ’Ŗ šŸ™… šŸš©
rudransh61
Rudransh Bhardwaj

Posted on March 17, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related