Things to Read

jCanvas

29 December 2013

jQuery meets HTML5 canvas, making drawing on canvas objects easier.

Tags: canvas, javascript, jquery

Free Programming Books

29 December 2013

A huge list with links to free online books on programming. Source is on Github so you can add your own links.

Tags: programming

UIkit

29 December 2013

A lightweight and modular front-end framework for developing fast and powerful web interfaces. Looks like good option to prototype apps.

Tags: css, interface design

Introduction to Clojure, Part 1

29 December 2013

An excellent tutorial by Karsten Schmidt and Ricardo Sanchez to get you up and running with Clojure. More tutorials on the subject coming up.

Tags: clojure, programming

Type-o-matic

20 December 2013

A Firefox/Firebug extension to get all the typographic styles of a website in a handy overview. Would be great if you could also select a piece of text on a website to see the font family. That’s the only thing missing for me so far.

Tags: typography, web design

Tweak Mode

04 October 2013

Tweak Mode is a mode of Processing that allows tweaking hard-coded numbers in the code while the sketch is running and seeing the result in real time.

Tags: processing

PDE X

04 October 2013

Some powerful features for the Processing IDE: code completion, refactoring, … The only thing missing for me is line numbers.

Tags: processing

Fira

04 October 2013

A new open source font by Mozilla made for Firefox OS.

Tags: typography

Opentype.js

04 October 2013

Opentype.js is an OpenType and TrueType font parser. It allows you to access the letterforms of text from the browser or node.js. Made by the lovely people who make Nodebox.

Tags: javascript, typography

The Big List of D3.js Examples

04 October 2013

A list with links to 1900 d3.js examples. Just in case you have a few days to go through all of them.

Tags: d3.js, data visualisation, javascript

AI for Games

04 October 2013

A Processing library to add artificial intelligence to your Processing games.

Tags: processing

IgnoCodeLib

15 July 2013

A Processing library with a hierarchical display list for graphics and text with export to Adobe Illustrator 7.0 file format. Supports display and output of complex objects composed of lines and cubic Bézier curves, simple text, RGB and CMYK color, and geometric transforms.

Tags: processing