Categories
Links

Rough.js – A “Hand-drawn” Javascript Vector Library

[Neat tool for drawing cutesy vector shapes](https://github.com/pshihn/rough):

>Rough.js is a light weight (~9kB gzipped) graphics library that lets you draw in a sketchy, hand-drawn-like, style. The library defines primitives to draw lines, curves, arcs, polygons, circles, and ellipses. It also supports drawing SVG paths.

There’s a lot of nuance to this, too. For example, there are 5 distinct fill styles (hachure, solid, zigzag, cross-hatch, or dots) and it supports Web Workers with the [optional Workly library](https://github.com/pshihn/workly).

Categories
Links

flixel

>flixel is a completely free collection of Actionscript 3 files that helps organize, automate, and optimize Flash games; an object-oriented framework that lets anyone create original and complex games with thousands of objects on screen in just a few hours, without using any of the Flash libraries.

[Doesn’t require and actively advises AGAINST using Adobe Flash][link]. Lots of things happening in the 2d games space right now.

[link]: http://flixel.org/ “flixel”