Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schultek/toolbox
- Owner: schultek
- Created: 2015-08-23T10:43:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T18:57:31.000Z (about 9 years ago)
- Last Synced: 2024-10-22T05:08:01.168Z (2 months ago)
- Language: Java
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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