https://github.com/alexanderepstein/abstraction
Two small visual based projects done in processing 3, AbstractLines is smaller AbstractShapes is more complete.
https://github.com/alexanderepstein/abstraction
drawing processing shape shape-creation visual
Last synced: 8 months ago
JSON representation
Two small visual based projects done in processing 3, AbstractLines is smaller AbstractShapes is more complete.
- Host: GitHub
- URL: https://github.com/alexanderepstein/abstraction
- Owner: alexanderepstein
- License: mit
- Created: 2016-12-22T21:44:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T21:27:38.000Z (over 8 years ago)
- Last Synced: 2024-12-29T17:17:30.846Z (9 months ago)
- Topics: drawing, processing, shape, shape-creation, visual
- Language: Processing
- Homepage:
- Size: 41.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Abstraction
Two small visual based projects done in processing 3, AbstractLines is smaller AbstractShapes is more complete.## Abstract Lines:
* Move the cursor and make magic happen
* Move to the top left of the window if you want it all to stop## Abstract Shapes:

#### Controls
* A: Toggles between drawing shapes in with random center points or points centered around the cursor.
* P: Toggles between drawing your masterpiece and appreciating it.
* Left Key: Decreases speed of shape creation.
* Right Key: Increases speed of shape creation.
* Down Key: Decreases maximum shape size.
* Up Key: Increases maximum shape size.
* Control: Switch between only allowing a set amount of shapes to fill the screen or infinite.
* Shift: Increase the amount of shapes allowed.
* R: Resets the maximum shapes allowed to the default 500.
* S: Take a picture of your masterpiece (will only work if your appreciating it).## Requirements:
* Just processing 3
* If you want to run just the applications then you need some form of java on the computer.