interactable visual objects
A state-based UI/GUI framework using a tkinter
window system!
This is v2 of the system behind Tape and Protoplop, which was isolated and given a name so that I dont spend another three hours running around the code with a sledgehammer!
First, make sure you have all the neccesary python modules installed to run this! (Any modules that don't come with python are listed below!) Then, either clone this repository, or download a recent release from the releases tab, and run main.py
! Most of the docs are inside the code! Head to subsystems/interface.py
, subsystems/section/
, and settings.py
to get started coding!
- numpy
- PIL (Pillow)