The Homebrew Channel banner built with Go and ebiten. I made this for fun and to learn Go.
It is a simple implementation of the Homebrew Channel banner, which is a homebrew application for the Wii console. The banner is displayed when the application is launched and provides information about the application.
git clone https://github.com/michioxd/go-hbc-intro.git
cd go-hbc-intro
go build -ldflags="-H windowsgui" -o ghi.exe main.goghi.exeAll assets are licensed under the GNU General Public License. See from hbc respository for more information.
Go code is licensed under the MIT License. See LICENSE for more information.
