My Processing sketches for the online course „Creative Coding“
- Install Processing on your computer
- Clone or download the repository
- Open the sketches and enjoy digital art
- Fork it 👍
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😎