Peter Chen

  • About
  • iOS
  • ML
  • Design

Web Drawing with JavaScript

Aug 21, 2012

A comparison between 3 popular web drawing libraries - Paper.js vs Processing.js vs Raphael:

http://www.smashingmagazine.com/2012/02/22/web-drawing-throwdown-paper-js-vs-processing-js-vs-raphael/

#drawing #javascript #libraries

  1. Quick Code Comparison Between Objective C, C++, Java, and Javascript

    Feb 22, 2012

    A few people were asking me about how Objective C and its syntax stand out. Common questions came up about Objective C’s properties and synthesize, bracket and dot notation, and function and argument naming, and the class naming with 2 or 3 letter prefixes.

    Here’s a quick comparison …

    READ MORE »

    #c #java #javascript #objective-c #ios #iphone #code #comparison