Skip to content

Releases: Smart6502/plutonem

Release 3.0

09 Jul 05:07
Compare
Choose a tag to compare

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

Release 2.5

22 Jun 04:09
Compare
Choose a tag to compare

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

Release 2.1

16 Jun 06:11
Compare
Choose a tag to compare

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 stable

14 Jun 09:37
Compare
Choose a tag to compare

Release:

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

Beta 1.4

09 Jun 14:20
Compare
Choose a tag to compare
Beta 1.4 Pre-release
Pre-release

Additions:

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

Available for Linux x86_64

Alpha 1.20 (refactored.)

08 Jun 07:35
Compare
Choose a tag to compare
Pre-release

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)

Release 1.01

19 May 08:18
Compare
Choose a tag to compare

Available for:
Linux x86_64

Changes:

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

Beta 0.91

13 May 07:51
Compare
Choose a tag to compare
Beta 0.91 Pre-release
Pre-release

Available for:
Linux x86-64