Skip to content

N-Prolog ver.4.77 Release Notes

Choose a tag to compare

@sasagawa888 sasagawa888 released this 21 Nov 06:19

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.