https://github.com/billwilliams1952/processing_33
Processing sketches
https://github.com/billwilliams1952/processing_33
java processing-sketch steering-behaviors visual-arts
Last synced: 13 days ago
JSON representation
Processing sketches
- Host: GitHub
- URL: https://github.com/billwilliams1952/processing_33
- Owner: Billwilliams1952
- License: gpl-3.0
- Created: 2017-05-18T03:42:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T20:26:50.000Z (almost 9 years ago)
- Last Synced: 2025-06-08T00:42:08.087Z (11 months ago)
- Topics: java, processing-sketch, steering-behaviors, visual-arts
- Language: Processing
- Size: 27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Processing_33
Processing sketches. My learning curve using a new development environment (Processing) and programming language (Java).
From: https://processing.org/
>"Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology."
## SteeringBehaviors
This sketch was inspired by two people:
- Craig W. Reynolds for his paper "Steering Behaviors For Autonomous Characters" http://www.red3d.com/cwr/papers/1999/gdc99steer.pdf
- Daniel Shiffman for all of his great work for the Processing community via YouTube videos and at http://shiffman.net/
The sketch provides multiple simulations illustrating autonomous steering behaviors.
## SuperShape
Inspired by Paul Bourke's work with supershapes found at http://paulbourke.net/geometry/supershape/ and http://paulbourke.net/geometry/superellipse/