https://github.com/icza/balls-sdl
Bouncing balls demo (using SDL2)
https://github.com/icza/balls-sdl
balls gui physics physics-2d sdl2
Last synced: 3 months ago
JSON representation
Bouncing balls demo (using SDL2)
- Host: GitHub
- URL: https://github.com/icza/balls-sdl
- Owner: icza
- License: apache-2.0
- Created: 2017-03-03T11:58:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T20:29:25.000Z (about 1 year ago)
- Last Synced: 2025-03-24T10:45:38.268Z (4 months ago)
- Topics: balls, gui, physics, physics-2d, sdl2
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# balls-sdl

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