An open API service indexing awesome lists of open source software.

https://github.com/eppfel/h_da-imd-mit2

All solution files / examples for the course Media Informatics and Technology held at Hochschule Darmstadt in the program Interactive Media Design
https://github.com/eppfel/h_da-imd-mit2

Last synced: 7 months ago
JSON representation

All solution files / examples for the course Media Informatics and Technology held at Hochschule Darmstadt in the program Interactive Media Design

Awesome Lists containing this project

README

          

# h_da-IMD-MIT2
All solution files / examples for the course Media Informatics and Technology held at Hochschule Darmstadt in the program Interactive Media Design.

## Literatur

### Allgemein Programmieren
* Processing Tutorials https://processing.org/tutorials/
* Learning Processing http://www.learningprocessing.com/
* Generative Gestaltung http://www.generative-gestaltung.de/
* „Getting Started with Processing“, Casey Reas and Ben Fry, O'Reilly Media, ISBN-13: 978-1449379803
* „Processing: A Programming Handbook for Visual Designers and Artists“, Casey Reas and Ben Fry, MIT Press, ISBN-13: 978-0262182621
* „Algorithms for Visual Design Using the Processing Language“,Kostas Terzidis, John Wiley & Sons, ISBN-13: 978-0470375488
* „Processing for Visual Artists: How to Create Expressive Images and Interactive Art“ , Andrew S. Glassner von Taylor & Francis Ltd., ISBN-13: 978-1568817163

### Simulation
* „Systeme, Dynamik, Simulation“,Books on Demand GmbH, H. Bossel, ISBN 3-8334-0984-3

### OOP
* Processing OOP Tutorial https://processing.org/tutorials/objects/
* „Objektorientierte Programmierung“, Bernhard Lahres, Gregor Rayman, Galileo Computing, ISBN 978-3-8362-1401-8 http://openbook.galileocomputing.de/oop/

### Verschiedenes
* git - Der einfache Einstieg [rogerdudler.github.io/git-guide/](http://rogerdudler.github.io/git-guide/index.de.html)