Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldrinjenson/java-processing-example
Simple example of Java Processing Visualisation
https://github.com/aldrinjenson/java-processing-example
Last synced: 7 days ago
JSON representation
Simple example of Java Processing Visualisation
- Host: GitHub
- URL: https://github.com/aldrinjenson/java-processing-example
- Owner: aldrinjenson
- Created: 2023-10-11T21:57:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T22:41:17.000Z (about 1 year ago)
- Last Synced: 2023-10-12T13:08:41.692Z (about 1 year ago)
- Language: Processing
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Processing example
Simple example for Java processing example using OOP.
The code in Four_balls.pde is for creating a simple visualisation of 5 balls moving from one side to another in 5 differrent speeds.
Created using OOP fashion.### Demo
![Demo](demo.jpg)