retro-book-gardens:The raycasting engine from the book "Gardens of Imagination"
piscript:Piscript is a lightweight scripting language inspired by Python, built in C for speed and simplicity. It features a built-in 128x128 pixel graphics display and supports functional programming, matrix math, and WebAssembly via Emscripten. Ideal for learning, experimentation, and building retro-style visual programs.
Dos-Paint-Lib:It's a lightweight, retro DOS graphics library written entirely in assembly. It provides hardware-optimized routines to initialize 256-color VGA Mode 13h and handle low-level screen operations.