https://github.com/icza/balls-wde
Bouncing balls demo (using go.wde)
https://github.com/icza/balls-wde
balls gui physics physics-2d
Last synced: about 1 year ago
JSON representation
Bouncing balls demo (using go.wde)
- Host: GitHub
- URL: https://github.com/icza/balls-wde
- Owner: icza
- License: apache-2.0
- Created: 2018-04-10T10:42:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T20:29:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T11:13:20.596Z (over 1 year ago)
- Topics: balls, gui, physics, physics-2d
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# balls-wde

[](https://pkg.go.dev/github.com/icza/balls-wde)
[](https://goreportcard.com/report/github.com/icza/balls-wde)
Bouncing balls demo written in Go, using [go.wde](https://github.com/skelterjohn/go.wde) for graphics and events.
You can find a variant of this using [Ebiten](github.com/hajimehoshi/ebiten) for graphics and events here:
[github.com/icza/balls-ebiten](https://github.com/icza/balls-ebiten).
Another variant using [go-sdl2](https://github.com/veandco/go-sdl2) for graphics and events:
[github.com/icza/balls-sdl](https://github.com/icza/balls-sdl).
Screenshot:
