Releases: topheman/gopher-ball
Release list
v0.3.0
First Windows release + fixed memory leak
- e8db051 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
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
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.