BlitUtil
A utility library for simplified terminal and monitor output with color support. Provides an easy way to write colored text using blit codes.
GFetch
A powerful file downloader for ComputerCraft that fetches files from GitHub repositories, with support for batch downloads, aliases, and configuration files.
Logger
A flexible logging library for ComputerCraft with file and console output, color-coded log levels, and support for tagged loggers.
Math Utils
A collection of additional mathematical functions that extend Lua's built-in math library. Provides utilities for number theory, rounding, and other common operations.
Parallel Actions
A utility library for managing and executing multiple actions in parallel with batching support. Optimized for ComputerCraft to handle concurrent operations efficiently.
Unit Testing
A lightweight unit testing framework for ComputerCraft that helps measure and log the execution time of test functions, with support for both CC and CCEmuX environments.