Releases: Smart6502/plutonem
Releases · Smart6502/plutonem
Release 3.0
Release 2.5
Features:
- Added
fputs()
writing - Added
write()
orfputs()
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
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
Release:
- Stable 24-bit colour support
- Fixed memory errors on Ctrl + C
Beta 1.4
Alpha 1.20 (refactored.)
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
Available for:
Linux x86_64
Changes:
- Frame and area drawing is faster
- Fixed draw_frame bug (pixel remanants)
- Hides the cursor now