raylib-go/physics
Yury Kotov 2b5dfe3719 Physics: fix wrong max float
fltMax constant seems to have incorrect value '3.402823466 + 38' instead of '3.402823466e+38'.
But anyway, it makes more sense to use corresponding constant from math lib.
2022-01-04 01:30:48 +01:00
..
go.mod Update modules 2021-11-13 17:07:48 +01:00
physics.go Physics: fix wrong max float 2022-01-04 01:30:48 +01:00
README.md Initial commit 2017-01-27 09:35:30 +01:00

physics GoDoc

2D Physics library for videogames.

A port of Victor Fisac's physac engine.