Plutonem Versions Save

A C, C++, Rust and COBOL library to draw graphics with pixels in the terminal

3.0

2 years ago

Optimised renderer and ucp transformer Added unsafe and buffer functions Fixed Debian unused attribute error

2.5

2 years ago

Features:

  • Added fputs() writing
  • Added write() or fputs() switching
  • Screen save/restore functions
  • Tracking busy

Changes: Making a window bigger does not affect plutonem now Rendering is faster and is optimised

MacOS and BSD support added

2.1

2 years ago

Removed unnecessary buffer Moved RGB calculation code to pluto_write_out() to reduce CPU usage (about 8x) Added wrapper function pluto_set_cpix() for pluto_set_pix() and pluto_set_pix_colour() Added separate function to clear buffers

2.0

2 years ago

Release:

  • Stable 24-bit colour support
  • Fixed memory errors on Ctrl + C

1.4

2 years ago

Additions:

  • Anti-aliasing
  • Standard terminal palette colours
  • Ellipse drawing

Available for Linux x86_64

1.20

2 years ago

Refactored the whole library

Improvements:

  • Maintains two buffers for maximum efficiency
  • Writes to the bitmap first, then the outbuf and then stdout to save time
  • Less computationally intensive

New features:

  • RGB colour support (foreground)

1.01

2 years ago

Available for: Linux x86_64

Changes:

  • Frame and area drawing is faster
  • Fixed draw_frame bug (pixel remanants)
  • Hides the cursor now

0.91

3 years ago

Available for: Linux x86-64