Skip to content

Instantly share code, notes, and snippets.

View lizell's full-sized avatar

Christian Lizell lizell

View GitHub Profile
@peterhellberg
peterhellberg / gfx-kickstart-insert-floppy.go
Last active April 16, 2021 14:53
Renderer for an answer to "Why was the Kickstart 1.x “Insert floppy” graphic so bad?" https://retrocomputing.stackexchange.com/a/13940
package main
import (
"image"
"image/draw"
"github.com/peterhellberg/gfx"
)
const width, height = 320, 200