Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Bouncing balls demo (using SDL2)

Awesome Lists containing this project

README

        

# balls-sdl

![Build Status](https://github.com/icza/balls-sdl/actions/workflows/go.yml/badge.svg)
[![Go Reference](https://pkg.go.dev/badge/github.com/icza/balls-sdl.svg)](https://pkg.go.dev/github.com/icza/balls-sdl)
[![Go Report Card](https://goreportcard.com/badge/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:

![Bouncing Balls SDL v1.0.0 screenshot](screenshots/balls-sdl-v1.0.0.png)