Ichbins

made by darius, submitted by davidbalbert
A small, readable, self-hosted Lisp to C compiler.

Migrating from Pathogen to native Vim packages

made by QuietMisdreavus, submitted by nicholasbs
A nice overview of Vim 8's native plugin support and how to migrate to it from Pathogen.

pico-march

made and submitted by souren
Raymarching on PICO-8!

Rusty CHIP

made by quelledanielle, submitted by porterjamesj
A CHIP-8 (https://en.wikipedia.org/wiki/Chip-8) interpreter written in Rust.

Getting started with shaders: signed distance functions!

made by bork, submitted by nicholasbs
An introduction to shaders, including how to make a 3D animated spinner.

braille-dotgrid

made by rfong, submitted by porterjamesj
A tool for turning text into braille dotgrids.

Write your own JavaScript template tag

made by hachibu, submitted by rachel
An explanation of why you might want to write a tagged template string in JavaScript, and how to do it!

2D Fluid Simulator with Vintage Food Exemplars

made by catilac, submitted by charstiles
This 2D fluid simulator is the first of its kind (written in metal using research papers Chirag linked on his website) and the example video is charming yet grotesque at the same time. Very engaging content.

LaiNES

made by andreaorru, submitted by vaibhavsagar
A compact, cycle-accurate NES emulator in ~1000 lines of code, using fancy meta-programming techniques to reduce code size!

Lambdex

made by bamorim, submitted by porterjamesj
An implementation of Lamba calculus using Elixir.