Thursday, September 5, 2013

# Week 1

Week 1
  • Intros
  • Input, Processing, Output
  • Collaboration, Git
  • Processing (Open source, creative coding languages)
  • JQuery (event driven, javascript)
  • Dotjs (browser plugin)
  • Processing.js (Processing meets javascript)
  • Getting Started
Getting started
  • Signup for Github


첫날, 둘쨋날 수업후 나의 느낌.

그러나, 2013학년 가을학기의 목표는 '개발 언어 익히기' 로 잡았으니
정줄 놓지 않고 하나씩차근차근 공부해 나가야지. 일단 무슨 말인지 모르겠어도, 친해지려고 노력하자 !!
HTML5 / CSS, Javascript, Jquery, Processing, Arduino !

언어를 위한 언어가 아니라, 나의 작품에 어떻게 응용할수 있을까를 생각하며 재밌게 익힐것


1. Input --> Processing --> Output

http://en.wikipedia.org/wiki/IPO_Model
  • I: Input - The information, ideas, and resources used in creating a program
  • P: Processing - Actions taken upon/using input or stored material
  • O: Output - Results of the processing that then exit the system
  • S: Storage - Location(s) where material inside the system is/are placed for possible use at a later point in time

2. Processing 이 뭐지?
Interactive programs with 2D, 3D or PDF output

http://blog.naver.com/bamicat?Redirect=Log&logNo=100176786852

3. Processing.js ?

Processing 언어를 웹용으로 사용할수 있게 해주는 거라니 일단 Processing이랑 익숙해지면 사용할수 있겠다.

Processing.js is the sister project of the popular Processing visual programming language, designed for the web. Processing.js makes your data visualizations, digital art, interactive animations, educational graphs, video games, etc. work using web standards and without any plug-ins. You write code using the Processing language, include it in your web page, and Processing.js does the rest. It's not magic, but almost.
Originally developed by Ben Fry and Casey Reas, Processing started as an open source programming language based on Java to help the electronic arts and visual design communities learn the basics of computer programming in a visual context. Processing.js takes this to the next level, allowing Processing code to be run by any HTML5 compatible browser, including current versions of Firefox, Safari, Chrome, Opera, and Internet Explorer. Processing.js brings the best of visual programming to the web, both for Processing and web developers.

No comments:

Post a Comment