The original video is here video link. I break it down to 8 steps below for quick reference.
use lines to show emotion!
movement!
The original video is here video link. I break it down to 8 steps below for quick reference.
use lines to show emotion!
movement!
Jonnie Hallman always write-up story about the website he has built.
Here are some:
使用 Alfred 配合 Dropbox,成为 gif 快手.
* [Scoop: A Glimpse Into the NYTimes CMS](http://open.blogs.nytimes.com/2014/06/17/scoop-a-glimpse-into-the-nytimes-cms/?_php=true&_type=blogs&_r=0)
Processing 这似乎是一个新的世界
前端界的看过来,这些前端名人正在关注Processing
const double ALPHA = 0.05; | |
resultSpeed = ALPHA * currentSpeed + (1.0 - ALPHA) * resultSpeed; |
无意中看到这本书: The Nature of Code 被他精彩的前言(preface)部分吸引了. 想马上开始阅读,但书上说了这本书是接着 Learning Processing 写的.
所以大致的学习路径是这样的: