This repository is a collection of my programs written in processing. Processing is a high-level language like Java inclusive IDE. The language is especially for creating 2D and 3D graphics and animations. In addition it can be read user inputs and processing it. Also it exists many librarys for extending Processing. You can also write games and simulations with Processing.
Here you can find the documentation of the Processing-language.
I use Processing 3.3.6
You can contribute to this repository. For instance you can deliever some processing-programs and examples or you can improve already exists programs. Please comment your code and create a directory for your examples or programs.
If you use third party assets then please think on the license!
- projectile
Its a simple simulation of a flying projectil. - ConwaysGameOfLife
Its a implementation of Conways Game of Life. - battleship
Its a implementation of the battleship-game. - MultipleObjects
It's a simulation of flying balls inclusive collisions between the balls.