Skip to content

2d physics experiment implementing circle vs circle and circle vs edge collisions

License

Notifications You must be signed in to change notification settings

jlafayette/2d-circle-collisions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collisions

Test project to practice implementing 2d collisions with the ebiten game library.

Inspired by One Lone Coder's video: Programming Balls #1 Circle Vs Circle Collisions C++.

Run Locally

go run main.go

Run Locally in WebBrowser

go get github.com/hajimehoshi/wasmserve
wasmserve .

Open http://localhost:8080/ on your browser.

Rebuild shaders

go generate resources/shader/generate.go

About

2d physics experiment implementing circle vs circle and circle vs edge collisions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages