====== Programming Fundamentals with Processing ====== Development has been moved to [[https://mithatkonar.com/programming-fundamentals/processing]] © 2012-2017 Mithat Konar. All rights reserved. A work in progress. ===== Part One ===== * [[Introduction]] : (90% complete) * [[ch01-setting-up.html|Setting Up]] : Installing Processing (80% complete) * [[ch02-getting-going.html|Getting Going]] : Program structure and output (90% complete) ===== Part Two ===== * [[ch03-places-to-put-things|Places to Put Things]] : Variables and types (90% complete) * [[ch04-getting-stuff-done-i|Getting Stuff Done I]] : Operations and expressions (50% complete) * [[ch05-getting-stuff-done-ii|Getting Stuff Done II]] : Flow control (1% complete) * [[ch06-bundling-stuff-up-i|Bundling Stuff Up I]] : Functions (1% complete) ===== Part Three ===== * Action : Animation * Interaction : Event handling * Bundling Stuff Up II : Objects ===== Misc and cruft ===== * [[Roadmap]] * Needs a place * strings and string processing (Appendix?)