https://github.com/darkmortal/processing-projects
Repository for Processing Sketches
https://github.com/darkmortal/processing-projects
java processing
Last synced: 24 days ago
JSON representation
Repository for Processing Sketches
- Host: GitHub
- URL: https://github.com/darkmortal/processing-projects
- Owner: DarkMortal
- License: mit
- Created: 2022-02-20T12:48:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T12:58:02.000Z (over 2 years ago)
- Last Synced: 2023-10-27T13:33:07.216Z (over 2 years ago)
- Topics: java, processing
- Language: Processing
- Homepage:
- Size: 579 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This Repository contains all my Processing sketches
## Notable Ones:
- Julia Set
- Point inside a triangle
- Convex Hull using Graham Scan
- Terrian Generation using Perlin Noise Field
- Collision Detection using Seperate Axis Theorem
- Shortest Path Finding Algorithm using Wave Propagation
## About Processing
Processing is a free graphical library and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching non-programmers the fundamentals of computer programming in a visual context. Processing uses the Java language.