June 2, 2015 0 Processing Advanced Intro #02 | Object-Oriented Programming Contents Advantages of OOP Encapsulation Inheritance Practice Cluster of Random Walkers Advantages of OOP [...]
May 26, 2015 0 Python Advanced Intro #01 | Object-Oriented Programing Contents What’s OOP? Outline Class | example Practice Component system | example What’s OOP? [...]
May 26, 2015 0 Processing Advanced Intro #01 | Object-Oriented Programing Contents What’s OOP? Outline Class Practice RandomWalker What’s OOP? Outline Object-Oriented [...]
April 28, 2015 0 Arduino tutorial #03 | Using sensors with libraries Contents Libraries Accelerometer Ultra sonic range finder Libraries There are several libraries specified to [...]
April 21, 2015 0 Arduino tutorial #02 | Serial communication Contents Basic functions Hello, Arduino Blink Use Long message +Processing Basic Functions [...]
April 14, 2015 0 Arduino tutorial #01 | Input / Output Contents Getting started Bread board Output Digital out – Blink Analog out – Fade Analog out [...]
February 19, 2015 0 Processing+GhPython Practice #00 | Communication Contents Practice | answers Task1 – processing -> python Communication Pipeline | Processing [...]
February 12, 2015 0 Processing Practice #03 | Event Contents Event Mouse Event Keyboard Event Event Event is a kind of special functions that runs in specific [...]
February 12, 2015 0 GH+Python Practice #03 | Data Holder (Class) Contents Class Data Holder Class 1 Data Holder DataHolder component: 1 Updater component: [...]
February 10, 2015 0 Processing Practice #02 | Text Processing Contents Functions Import Export Practice Functions <text>charAt(<n>) – [...]