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
- Host: GitHub
- URL: https://github.com/eppfel/h_da-imd-mit2
- Owner: eppfel
- License: mit
- Created: 2015-04-08T15:46:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T10:12:56.000Z (over 10 years ago)
- Last Synced: 2025-05-13T14:35:10.752Z (8 months ago)
- Language: Processing
- Size: 23.5 MB
- Stars: 3
- Watchers: 5
- Forks: 34
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)