N-Prolog ver.4.77 Release Notes
New Feature: Simple Graphics Using fb0
N-Prolog 4.77 introduces a new simple graphics system based on /dev/fb0.
It runs on a TTY, allowing you to enjoy drawing recursive figures and other shapes with the charming feel of early personal computers.
Basic predicates are provided for drawing rectangles, circles, and more, enabling direct framebuffer manipulation from Prolog.
Highlights
- Low-level drawing via
/dev/fb0 - Easy-to-use graphics directly from Prolog code
- Supports recursive figures such as the C-curve
- Retro-style graphics environment running entirely on a TTY
Documentation
For detailed usage instructions, please refer to GRAPHICS.md.