DEV Community

Rudransh Bhardwaj
Rudransh Bhardwaj

Posted on

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
πŸŽ‰πŸ₯³

Top comments (1)

Collapse
 
rudransh61 profile image
Rudransh Bhardwaj

try it now
and contribute also