v0.03: Pseudo-X12 Window System
Third release. Here are the changes:
- Renamed pltk-backend into pltk-core
- PLTK now has the PLTK Basic API (pltk-basic).
- A simplified API that is meant for slightly more high-level GUI apps.
- Simulates an X11-style window system. It abstracts the keyboard and mouse behind peripheral-agnostic function calls, and has a visible pointer
(This could, in theory, be combined with PLTK's Internal Framebuffer API to make a proper Wayland-like window manager x3)