Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 414 Bytes

Physac-go 2D physics engine in golang

For now this is just a small demo. Maybe later I'll convert it into a proper module.

References

How to build this demo

Go 1.17 is required. If so:

git clone https://github.com/koteyur/physac-go
cd physac-go
go mod tidy
go build