droeftoeter

command module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 3 Imported by: 0

README

Droeftoeter

I'm not quite sure what this is exactly.

It's a toy. Maybe a toddler's first coding agent. A poor man's video generator. An experiment in isolating an LLM in a way that it is fun and harmless.

You type what you want to see. A 64x32 character grid comes alive. Each prompt builds on what's already running. The model sees the current code and extends it. /clear to start over.

I would love to see someone livecode VJing with droeftoeter on a beamer during an algorave.

Demo

https://youtu.be/-atrhQ-9Vy8

Screenshot1 Screenshot2

Get it

Binaries at Releases.

Or build from source:

go build -o droeftoeter .

Providers

On first launch you pick a provider. Works with:

  • Groq (free) — Llama models, fast
  • Gemini (free) — Google's API
  • OpenAI-compatible — any endpoint (OpenRouter, DeepSeek, etc.)
  • Anthropic — Claude
  • Ollama (local) — your own hardware, no API key

Change anytime with /config, or set environment variables:

DROEFTOETER_PROVIDER=openai
DROEFTOETER_API_KEY=your-key
DROEFTOETER_BASE_URL=https://api.groq.com/openai/v1
DROEFTOETER_MODEL=llama-3.3-70b-versatile

Or use a config.toml (see config.toml.example).

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL