Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schultek/toolbox

A simple GUI-Library for Processing. Remake of the "stiftUndCo" and "knopfUndCo" Library
https://github.com/schultek/toolbox

Last synced: 15 days ago
JSON representation

A simple GUI-Library for Processing. Remake of the "stiftUndCo" and "knopfUndCo" Library

Awesome Lists containing this project

README

        

# Toolbox
A simple GUI-Library for Processing. Adds some GUI-Elements to your Processing-Sketch. Works with both Java- and Android-Mode.

This Library is a remake of the "stiftUndCo" and "knopfUndCo" Library. It's ment to be used by the beginning informatik course of my school to learn Java with Processing. It is much customizeable and easy to use.

Contains those Elements:

Pencil: Pencil to draw on the screen.
Button: Simple Button.
Checkbox: Simple Checkbox.
CheckboxGroup: Put some Checkboxes together.
Slider: Slide to a value.
Textbox: Enter Text.
Tab / TabContainer: Set different Layouts and switch between them.
Object-Container: Puts your Objects into a Group
Sizer: Resize Containers manually;
OnDrawListener: Opportunity to add custom draw()-Function to a Container
MouseEventManager: Manages Mouse-Events of your custom Gui-Objects