https://github.com/michioxd/go-hbc-intro
The Homebrew Channel banner re-implement in Go and ebiten
https://github.com/michioxd/go-hbc-intro
banner ebiten hbc homebrew-channel intro wii wii-homebrew
Last synced: 11 months ago
JSON representation
The Homebrew Channel banner re-implement in Go and ebiten
- Host: GitHub
- URL: https://github.com/michioxd/go-hbc-intro
- Owner: michioxd
- License: mit
- Created: 2025-04-06T18:05:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T18:36:12.000Z (about 1 year ago)
- Last Synced: 2025-04-09T23:36:37.101Z (about 1 year ago)
- Topics: banner, ebiten, hbc, homebrew-channel, intro, wii, wii-homebrew
- Language: Go
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-hbc-intro
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.

## Building
```bash
git clone https://github.com/michioxd/go-hbc-intro.git
cd go-hbc-intro
go build -ldflags="-H windowsgui" -o ghi.exe main.go
```
## Running
```bash
ghi.exe
```
## License
All [assets](/assets/) are licensed under the GNU General Public License. See from [`hbc` respository](https://github.com/fail0verflow/hbc/tree/master?tab=GPL-2.0-1-ov-file#readme) for more information.
Go code is licensed under the MIT License. See [LICENSE](LICENSE) for more information.