A React library for multistep workflows

made by omar, submitted by nicholasbs
A nice, lightweight library for building multistep workflows in React.

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/

A Note on Branching Within a Shader

made by Peter Stefek, submitted by porterjamesj
An analysis of when using if statements in GPU code actually reduces performance.

Cant, a message-oriented language

made by darius, submitted by rachel
Cant is a programming language descended mainly from E and Scheme. From the README: "I've long wanted a computing system that's completely explained, simple enough to grasp in full detail without getting bored or overwhelmed, and powerful enough that I'd actually use it... Call it a learning project, or outsider art."

Prompt generate: a creative coding project generator

made by anniebart, submitted by rachel
A web-based prompt generator styled after the terminal, to give you ideas for new creative coding projects! Get your prompts here: https://anniebart-prompt-generator.glitch.me/

pithy

made by gwk, submitted by porterjamesj
An extensive utility library for Python.

Cross-Compiling Rust apps for the Raspberry Pi

made by fabian, submitted by nicholasbs
What do you do if you want to compile a large Rust project on a Raspberry Pi with a comparatively slow CPU and only 1 GB of RAM?

awk: `BEGIN { ...`

made by jemmaissroff, submitted by nicholasbs
A quick introduction to to the basics of AWK. For more, check out part two: https://jemma.dev/blog/awk-part-2

The Browser as a Modular, Networked Video Synthesizer

made by ojack, submitted by davidbalbert
Olivia gave a talk at JSConf Hawaii about Hydra, her live programming environment.

Implementing 'focus and reply' for Fastmail with JMAP

made by bork, submitted by davidbalbert
Julia wrote an open source implementation of Hey.com's "Focus & Reply" feature for Fastmail using JMAP, a new email protocol. Source: https://github.com/jvns/focus-reply-fastmail