Software

Selected software I have designed and built, from graphics environments to small C and Lua tools.

PicoTurtle

Lua turtle graphics

A cross-platform turtle graphics programming environment, rewritten in C++ and Lua after earlier experiments with Electron.

Website GitHub

Clibdocker

Docker API in C

A C implementation of the Docker Engine API v1.39, organised around the reference JSON API specification.

Website GitHub

c-color-names

Colour names in C

An ANSI C API for the extensive colour collection maintained by the color-names project.

Website GitHub

Zclk

Command-line utilities

A C library for building command-line programs in C, Lua, or a combination of both.

Website GitHub

Cld

A lightweight Docker CLI

A cross-platform Docker CLI implemented in C and Lua, built with Clibdocker and Zclk.

GitHub