gordonbrander + library   53

Cubism.js
Cubism.js is a D3 plugin for visualizing time series. Use Cubism to construct better realtime dashboards, pulling data from Graphite, Cube and other sources.
JavaScript  development  web  data  visualization  opensource  library  svg  from iphone
5 weeks ago by gordonbrander
CamanJS - Image Manipulation in Javascript
Pretty impressive image filters for canvas, with a nice expressive API.
javascript  canvas  opensource  library 
5 weeks ago by gordonbrander
The Miso Project
Miso is an open source toolkit designed to expedite the creation of high-quality interactive storytelling and data visualisation content.
javascript  data  visualization  design  opensource  library 
5 weeks ago by gordonbrander
LÖVE - Free 2D Game Engine
A 2d game engine written in Lua. Used to program Mari0 -- the Portal/Mario mashup.

See Mr Doob: https://twitter.com/#!/mrdoob/status/183324533808308225
development  game  lua  opensource  library 
9 weeks ago by gordonbrander
Syntax - Fountain | A markup language for screenwriting.
A plain-text markup language for screenwriting. It mirrors the conventions that already exist. A markdown for screen writers.
writing  markdown  library  opensource  film 
february 2012 by gordonbrander
ShareJS – Live concurrent editing in your app.
ShareJS is an Operational Transform library for NodeJS & browsers by an ex-wave engineer.
javascript  collaboration  library  opensource  nodejs 
january 2012 by gordonbrander
Hogan.js
A mustache-compatible template language library from the fine folks at Twitter.
javascript  template  opensource  library  development  web 
january 2012 by gordonbrander
JSONSelect
A CSS-like query language for getting at properties in complex JSON objects. It feels just like CSS. What a great idea.
javascript  json  web  development  opensource  language  library 
january 2012 by gordonbrander
Davis.js
Another pushState url-based router. Recommended by sfoster. Relies on jQuery. Update: the author has made it Zepto-compatible after I dropped him a line. Awesome!
javascript  library  mvc  opensource  development  web 
december 2011 by gordonbrander
zepto.js — the aerogel-weight javascript framework
A mobile-focused Javascript framework with syntax inspired by jQuery.
javascript  jquery  mobile  development  web  framework  opensource  library 
december 2011 by gordonbrander
DailyJS: Popular Control Flow Libraries
Flow control libraries for handling asynchronous but ordered steps in Node JS.
javascript  nodejs  development  web  opensource  library 
november 2011 by gordonbrander
hanssonlarsson/express-csrf - GitHub
Cross-site request forgery protection for forms in EpxressJS apps. Yay!
bdw2011  expressjs  security  opensource  library  nodejs 
november 2011 by gordonbrander
jdub/node-twitter - GitHub
A Node framework for accessing the Twitter API. May pair with Express for a simple Twitter search solution.
nodejs  twitter  api  library  opensource  bdw2011 
november 2011 by gordonbrander
JS.Class v3.0
A pretty massive library for bringing Ruby-like class idioms to JavaScript. Interfaces, singletons, classes, multiple inheritance are all supported. It looks like he's using JavaScript's method lookups, rather than just copying every property. I think you may be able to just include the core.js module, making it ~3k when minified/gzipped.
javascript  opensource  library 
october 2011 by gordonbrander
Stylus
Like SASS, but hotter, and written in Node. As whitespace-sensitive pre-compilers go, this one's syntax is ace (all the usual caveats of switching syntax apply).
css  nodejs  opensource  library 
october 2011 by gordonbrander
chainvas: Chaining for everyone
How completely brilliant is this? A library for making any non-chainable API chain. It wraps the original function in a function that returns the result, or "this" if nothing comes back.
api  canvas  javascript  library  opensource 
september 2011 by gordonbrander
markjaquith/WP-TLC-Transients - GitHub
A WordPress transients interface with support for soft-expiration (use old content until new content is available), background updating of the transients (without having to wait for a cron job), and a chainable syntax that allows for one liners.
wordpress  library  opensource  development  php 
september 2011 by gordonbrander
Sugar.js
Sugar for Javascript objects. Fixes and patches implementations for spec'd features like indexOf forEach, etc. It also adds a few methods outside of spec. It extends native objects, but does it tastefully. Could be useful in the right context.
javascript  opensource  library 
august 2011 by gordonbrander
Spine
An MVC structure for Javascript. A bit like Backbone.js, but without the dependency on Underscore.js. This may be irrelevant depending on the project, though, since Underscore is so darn handy.
framework  mvc  javascript  opensource  library 
august 2011 by gordonbrander
Nest
Nest provides a high-level, simple scenegraph for Processing, loosely following the API for the scenegraph and display list implemented by ActionScript 3.
processing  opensource  library  animation 
august 2011 by gordonbrander
Pandoc - About pandoc
A swiss army knife for converting markup languages to other markup languages:

- Textile to Markdown
- Markdown to Textile
- Textile to Latex
- Markdown to HTML
- Etc

It's a Haskell command-line tool, but he set up a web service demo, too.
html  latex  markdown  textile  web  opensource  library 
august 2011 by gordonbrander
toxiclibs
A huge collection of "batteries included" classes for Processing or Java, including particle systems, color, audio, more.
art  design  processing  visualization  java  library  opensource  audio 
july 2011 by gordonbrander
Paper.js
"The Swiss Army Knife of Vector Graphics Scripting". Compatible with Scriptographer (Adobe scripting environment). It's a bit like Processing. Notable differences are:

- Not state-based, or pixel-based. Rather, vector-based.
- Includes a DOM.
- Has an intuitive layer system, ala Photoshop.
- Javascript!
- Everything is sandboxed using closures (more on that below).

One cool and interesting feature is that event functions are global and called implicitly (e.g. just define function onFrame (){}). However, these calls are only global within the scope of the PaperScript, so everything is sandboxed. I anticipate this would be easier for beginners than an event subscribe model.
animation  html  canvas  javascript  vector  opensource  library 
june 2011 by gordonbrander
Marcin Ignac : Timeline.js
A basic Javascript animation library with a Flash-like GUI for editing animations.
javascript  animation  opensource  library 
may 2011 by gordonbrander
Ender.js - The open submodule library
Dustin Diaz bundles together a bunch of agnostic Javascript modules to make a microframework. Classical inheritance through Klass, utilities through Underscore, a selector engine, lots more.
javascript  library  opensource  development 
april 2011 by gordonbrander
$script.js
A tiny **643-byte** non-blocking script loader and dependency manager. Just the
basics.
javascript  library  performance  from iphone
february 2011 by gordonbrander
Calypso - A Zend Framework Extension
Exact and full port of the Django template language for PHP.
django  php  library  opensource 
february 2011 by gordonbrander
keystone
A video projection mapping library for Processing (allowing you to map textures to a real-world object).
processing  opensource  library  3d  development  design 
february 2011 by gordonbrander
MSAFluid for processing | memo.tv
Physics-based fluid dynamics library for Processing.
processing  art  library  opensource 
february 2011 by gordonbrander
Traer Physics for Processing and Java
A library that handles mass, velocity, particles. No collision.
java  processing  library  opensource  development 
february 2011 by gordonbrander
RequireJS
A brilliant dependency and loading manager for Javascript. Basic setup will non-blocking load JS files over HTTP. Optionally, a bundled Rhino bash script can compile JS into a single file using Google Closure Compiler (CSS, too while your're at it).
javascript  jquery  library  framework  performance 
january 2011 by gordonbrander
extsrcjs - Project Hosting on Google Code
A javascript to easily add cross-browser asynchronous external JS files.
javascript  opensource  library  development  performance 
october 2010 by gordonbrander
jQuery DOM Window
Ultra-basic, no-cruft modal box script. All CSS is in-lined programatically. Looks like a better choice than ThickBox.
javascript  jquery  modalbox  lightbox  script  library  ui 
august 2009 by gordonbrander
Processing.js
A javascript port of the Processing animation language. Renders in <canvas>. Nice!
bdw2011  javascript  animation  interactive  library 
august 2009 by gordonbrander
Modernizr.js
Feature testing javascript suite for HTML 5 elements. It also "registers" html 5 elements in IE, so you can use them with abandon.
standard  ie  javascript  library  test  firefox  safari  html 
august 2009 by gordonbrander
minify - Google Code
The php5 script that strips and gzips a collection of CSS and JS files, speeding up HTTP requests enormously.
web  development  design  css  javascript  html  php  library  cache  tool  script  performance 
february 2009 by gordonbrander
SproutCore
A javascript library being developed by folks at Apple. Reputedly pushing the boundaries of complex javascriptery.
apple  ajax  javascript  framework  opensource  development  library 
june 2008 by gordonbrander
Reflection.js
Add a javascript rendered "wet floor effect" to images by simply adding a class name.
javascript  effect  library 
september 2006 by gordonbrander
Project Gutenberg
A vast repository of liturature belonging to the public domain - free for any use you please
book  library  free  press  publicdomain  resource  learn 
august 2006 by gordonbrander

Copy this bookmark:



description:


tags: