Some of the things I’ve made. Most of the repositories have more demo materials.
audio
goqoa
- A CLI tool for converting and playing handling Quite OK Audio (QOA) files.
- Technologies Used:
Go
- Features:
- convert WAV, FLAC, OGG, or MP3 files to QOA
- convert QOA files to WAV or MP3
- play QOA files
- Repository: goqoa
QOA Preview for VS Code
- VS Code extension to play Quite OK Audio (QOA) files.
- Technologies Used:
TypeScript
,HTML/JS/CSS
- Features:
- play a QOA file
- using lots of CSS, looks visually similar to default audio player in VS Code
- Repository: vscode-qoa-preview
- Website using WASM to play WAV files.
- Technologies Used:
Go
,WASM
,HTML/JS/CSS
- Features:
- WAV decoding and playback in Go via WASM
- Repository: wavvy
shine-mp3
- A working MP3 encoder, perhaps the only one in pure Go. Ported from the Shine MP3 project.
- Technologies Used:
Go
- Features:
- Create bit-identical MP3s to those created by the original C implementation.
- Repository: shine-mp3
emulation
chip-8
- A full CHIP-8 interpreter. Runs CHIP-8 ROMs.
- Technologies Used:
Go
- Features:
- Run in GUI or TUI mode
- Timendus test suite compliant
- Support for COSMAC VIP and other quirks
- Repository: chip-8
space-invaders
- An accurate emulation of 1978 Space Invaders arcade hardware.
- Technologies Used:
Go
- Features:
- Full 8080 CPU emulator
- Cycle accurate timing
- Hardware accurate interrupt handling and sound
- Input via keyboard
- Repository: space-invaders
graphics
- An interactive demo website on Hobby Splines.
- Technologies Used:
Go
,WASM
,HTML/JS/CSS
- Features:
- Embedded WASM GUI
- Repository: hobby-spline
bubblelife
- A bunch of bubbles arranged in a 3D pillar, updating according to Conway’s Game of Life.
- Technologies Used:
Go
,OpenGL
- Features
- Live settings to update population, pillar size, etc.
- Software calculed HDRi cubemap, text rendering, bespoke UI, Blinn-Phong shading
- Can render thousands of bubbles performantly with instanced point rendering
- Repository: bubblelife
applications
violet
- Colorful TUI frontend to run Vagrant commands
- Technologies Used:
Go
- Features:
- Supports
up
,ssh
,reload
,provision
, andhalt
- Supports
- Repository: violet
kilo
- An absolute minimal terminal text editor.
- Technologies Used:
Go
- Features:
- About 1k lines of code
- Able to edit it’s own source code
- Repository: kilo
hangman
- The classic game right in your terminal.
- Technologies Used:
Go
- Features:
- Free fun
- Repository: hangman
languages
gravlax
zig-lox