mirror of
https://github.com/Xevion/processing-projects.git
synced 2025-12-06 01:15:57 -06:00
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# other
|
|
|
|
## About
|
|
|
|
Other sketches without any specific purpose. If enough fit into a specific category, a new category could be created and they'll be moved. Includes stuff like jokes, tests of the processing.py library, or interesting data structures.
|
|
|
|
## Projects
|
|
|
|
- **Chaser** - A test demonstrating easing equations.
|
|
|
|
- **Clusters** - A test of a simple clusterization algorithm.
|
|
|
|
- **DVD Logo** - A fun little sketch displaying the iconic bouncing DVD Logo. May need a little more work to better visualize true-to-heart.
|
|
|
|
- **DynamicLines** - A very simple line drawing application.
|
|
|
|
- **FlipFlopChain** - A simple project displaying how one would count in binary.
|
|
|
|
- **Graph-Theory** - A simple project closely mimicing the particle.js library.
|
|
|
|
- **Old_Lines** - A short script connecting your current mouse position to that of yours moments ago.
|
|
|
|
- **Rotating_Calculator** - Displays how Processing.py calculates the final position of an object given a rotational value. Mostly a test for me, trying to understand why some of my projects would rotate in strange and confusing ways. |