Physix.go: A Simple Physics Engine in Go

2025-03-20
Physix.go: A Simple Physics Engine in Go

Physix.go is a simple, fast, and easy-to-use physics engine written in Go. It offers efficient physics calculations, including particle-based simulations, vector operations, and spring dynamics. Installation is via `go get github.com/rudransh61/Physix.go`, with examples readily available. The engine supports rectangle-rectangle and circle-circle collision detection with bouncing effects based on momentum and energy conservation, and also includes spring simulation capabilities.

Development Physics Engine