-
Archives
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- August 2018
- April 2018
- March 2018
- September 2017
- August 2017
- June 2017
- May 2017
- September 2016
- June 2016
- March 2016
- January 2016
- October 2015
- September 2015
- August 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- May 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- October 2010
- August 2010
- May 2010
- March 2010
- December 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- April 2006
- January 2006
- May 2005
- July 2004
- November 2003
- November 2002
- June 2001
-
Meta
Monthly Archives: September 2017
Wrapping up
The lectures are coming to an end an next it’s time for you to do the assignment. Just some final notes, recap and further pointers for you left. First a little cheat sheet of what the things we’ve learned so … Continue reading
Posted in Uncategorized
Comments Off on Wrapping up
JS files for day 5
https://we.tl/zsJpI9Z3Lf
Posted in Uncategorized
Comments Off on JS files for day 5
JS files for day 4
https://we.tl/gqb2QVxYma
Posted in Uncategorized
Comments Off on JS files for day 4
JS files for day 3
https://we.tl/Yl3ofwRSGu
Posted in Uncategorized
Comments Off on JS files for day 3
JS files for day 2
https://we.tl/Q9njLqO5au More or less what we had at the end of day 1, plus library bug fix.
Posted in Uncategorized
Comments Off on JS files for day 2
Introduction to Javascript
JS, ie. JavaScript, is in a lot of ways quite similar to Processing… …But not quite. JS is a general-purpose web programming language with dynamic “duck” typing, leaning heavily towards object-oriented paradigm, with a C-like syntax. This is going to … Continue reading
Posted in JS
Comments Off on Introduction to Javascript
Code files for JS day 1
https://we.tl/VDBmwACaom
Posted in JS
Comments Off on Code files for JS day 1
Additional Processing exercises
More little Processing exercises. Not obligatory, just for rehearsing the topics we’ve covered. Example solutions included, but try first on your own. Simple graphics. Create the familiar smiley face using the graphical capabilities offered by Processing. smileyface.pde Variables. Declare two … Continue reading
Posted in Processing
Comments Off on Additional Processing exercises
6. Types and conversions
Let’s start with a nice little trick: instead of running your sketch, present it to make it fullscreen (shift-command-r). Decimal numbers (desimaaliluvut) So far we’ve used only int type for our calculations. Often the precision is not enough: for example … Continue reading
Posted in Processing
Comments Off on 6. Types and conversions