Blaster

made by rodarmor, submitted by rachel
Blaster is an audio reactive visuals engine in C++/OpenGL. Check out some of its beautiful output here: https://rodarmor.com/blaster/

Just: How I Organize Large Rust Programs

made by rodarmor, submitted by nicholasbs
A detailed walkthrough and explanation of how the code for a large Rust program is organized.

Intermodal

made and submitted by rodarmor
📦 Intermodal: A 40' foot shipping container for the internet.

Just

made by rodarmor, submitted by porterjamesj
A simpler-than-make command runner.

Reap.vim: Read, evaluate, and annotate code in vim

made by rodarmor, submitted by nicholasbs
Reap.vim hijacks the = operator to run Python 3 source code directly from vim buffers, annotating it with values and output.

Compyler

made by rodarmor, submitted by porterjamesj
A compiler from a subset of Python to WebAssembly