Siphonay/zcellterm
Zig CLI implementation of the Wolfram Elementary Cellular Automaton
refs
CLI toy, Zig implementation of the Wolfram Elementary Cellular Automaton, with various customization features Inspired by the Coding Train video on the subject.
Know how to implement size detection for a platform not listed here? Feel free to contribute!
zig build
Release 1.0.2 tested with zig 0.13.0 and zig-clap 0.9.0 releases. Feel free to use optimization flags.
I’m using the zig-clap library to parse arguments.
Thank you @AliceDiNunno for testing out macOS compatibility, as well as all the nice people on the Zig Programming Language Discord server who gave me their help and feedback.
I was able to improve the terminal size detection for Windows by taking example on softprops’ implementation.