Skip to content

Releases: topheman/gopher-ball

v0.3.0

Choose a tag to compare

@topheman topheman released this 24 Aug 23:01

First Windows release + fixed memory leak

Changelog: v0.2.0...v0.3.0

DOWNLOAD the Mac OS X build gopher-ball-darwin-amd64.app.zip ⬇️

DOWNLOAD the Windows build gopher-ball-windows-amd64.zip ⬇️

v0.2.0

Choose a tag to compare

@topheman topheman released this 19 Aug 19:22

First Mac OS X release

Previous release was buggy - Fixed the links between libs local to the bundle.

Thanks to veeableful for her help on this issue.

Changelog: v0.1.0...v0.2.0

Note: A PR is opened for the Windows build: #5

DOWNLOAD the Mac OS X build gopher-ball-darwin-amd64.app.zip ⬇️

v0.1.0

Choose a tag to compare

@topheman topheman released this 12 Aug 23:33

edit: This build is buggy (missing some dependencie - more infos here)

First release

There are lots of games (or desktop app) developped in golang and relying on libraries like go-sdl2 (or other kinds of bridge between go and C).

However, I couldn't find any example of an app that went all the way through the distribution step (generating a standalone bundle that could be shared).

For the moment, I only have the MacOS part, if you wanna contribute for the Windows / Linux (or if you have a better way), please do.

Thanks to veeableful for her help on this issue.