Skip to content

This repository is a collection of my programs written in processing.

License

Notifications You must be signed in to change notification settings

christianbender/processing-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing Examples

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.


Platform

I use Processing 3.3.6


Contribution

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!


Overview

  • 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.