gordonbrander + library 53
Cubism.js
5 weeks ago by gordonbrander
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
5 weeks ago by gordonbrander
Pretty impressive image filters for canvas, with a nice expressive API.
javascript
canvas
opensource
library
5 weeks ago by gordonbrander
The Miso Project
javascript
data
visualization
design
opensource
library
5 weeks ago by gordonbrander
Miso is an open source toolkit designed to expedite the creation of high-quality interactive storytelling and data visualisation content.
5 weeks ago by gordonbrander
CreateJS | A suite of Javascript libraries and tools designed for working with HTML5
6 weeks ago by gordonbrander
These look like some effective animation tools.
javascript
library
animation
canvas
opensource
6 weeks ago by gordonbrander
LÖVE - Free 2D Game Engine
9 weeks ago by gordonbrander
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
See Mr Doob: https://twitter.com/#!/mrdoob/status/183324533808308225
9 weeks ago by gordonbrander
Syntax - Fountain | A markup language for screenwriting.
february 2012 by gordonbrander
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.
january 2012 by gordonbrander
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
january 2012 by gordonbrander
A mustache-compatible template language library from the fine folks at Twitter.
javascript
template
opensource
library
development
web
january 2012 by gordonbrander
JSONSelect
january 2012 by gordonbrander
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
Jed | Gettext Style i18n for Modern JavaScript Apps
january 2012 by gordonbrander
Gettext Style i18n for Modern JavaScript Apps
i18n
javascript
nodejs
opensource
library
january 2012 by gordonbrander
Davis.js
december 2011 by gordonbrander
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
flatiron/director - GitHub
december 2011 by gordonbrander
A hashChange router for the front end.
javascript
nodejs
opensource
mvc
development
web
library
december 2011 by gordonbrander
zepto.js — the aerogel-weight javascript framework
december 2011 by gordonbrander
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
november 2011 by gordonbrander
Flow control libraries for handling asynchronous but ordered steps in Node JS.
javascript
nodejs
development
web
opensource
library
november 2011 by gordonbrander
ncb000gt/node-cron - GitHub
november 2011 by gordonbrander
Cron library for Node recommended by Mathias Bynens here http://stackoverflow.com/questions/5636051/cronjobs-in-node-js.
nodejs
library
opensource
november 2011 by gordonbrander
hanssonlarsson/express-csrf - GitHub
november 2011 by gordonbrander
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
november 2011 by gordonbrander
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
october 2011 by gordonbrander
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
october 2011 by gordonbrander
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
JavaScript InfoVis Toolkit
october 2011 by gordonbrander
Via David Slayden. To investigate.
infographic
visualization
javascript
library
opensource
canvas
october 2011 by gordonbrander
chainvas: Chaining for everyone
september 2011 by gordonbrander
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
september 2011 by gordonbrander
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
august 2011 by gordonbrander
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
accounting.js - format money / currency in JavaScript
august 2011 by gordonbrander
A Javascript library for currency formatting.
javascript
library
opensource
ecommerce
august 2011 by gordonbrander
Spine
august 2011 by gordonbrander
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
jStat : a JavaScript statistical library
august 2011 by gordonbrander
A Javascript library that does essentially what R does.
javascript
jquery
plugin
library
statistics
journalism
data
visualization
opensource
august 2011 by gordonbrander
Nest
august 2011 by gordonbrander
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
august 2011 by gordonbrander
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
- 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.
august 2011 by gordonbrander
toxiclibs
july 2011 by gordonbrander
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
june 2011 by gordonbrander
"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
- 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.
june 2011 by gordonbrander
HTML5 Rocks - Getting Started with Three.js
june 2011 by gordonbrander
An intro tutorial to three.js.
webgl
canvas
3d
animation
library
learn
javascript
june 2011 by gordonbrander
brain - javascript neural networks and classifiers
may 2011 by gordonbrander
A javascript library for Bayesian learning.
javascript
library
may 2011 by gordonbrander
Flixel a flash game library and coding community - Homepage
may 2011 by gordonbrander
An open-source Actionscript game library.
game
opensource
library
actionscript
flash
may 2011 by gordonbrander
Marcin Ignac : Timeline.js
may 2011 by gordonbrander
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
april 2011 by gordonbrander
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
oCanvas - Object-based canvas drawing
march 2011 by gordonbrander
A canvas abstraction layer as objects. Cool.
canvas
javascript
library
opensource
march 2011 by gordonbrander
python-epub-builder - Project Hosting on Google Code
february 2011 by gordonbrander
Opensource library for generating ePub format books.
python
epub
book
publishing
library
opensource
february 2011 by gordonbrander
$script.js
february 2011 by gordonbrander
A tiny **643-byte** non-blocking script loader and dependency manager. Just the
basics.
javascript
library
performance
from iphone
basics.
february 2011 by gordonbrander
Calypso - A Zend Framework Extension
february 2011 by gordonbrander
Exact and full port of the Django template language for PHP.
django
php
library
opensource
february 2011 by gordonbrander
speedmax/h2o-php at master - GitHub
february 2011 by gordonbrander
A PHP template language inspired by Django.
django
php
development
design
opensource
library
february 2011 by gordonbrander
keystone
february 2011 by gordonbrander
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
february 2011 by gordonbrander
Physics-based fluid dynamics library for Processing.
processing
art
library
opensource
february 2011 by gordonbrander
Traer Physics for Processing and Java
february 2011 by gordonbrander
A library that handles mass, velocity, particles. No collision.
java
processing
library
opensource
development
february 2011 by gordonbrander
RequireJS
january 2011 by gordonbrander
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
october 2010 by gordonbrander
A javascript to easily add cross-browser asynchronous external JS files.
javascript
opensource
library
development
performance
october 2010 by gordonbrander
mwunsch's prism on GitHub
march 2010 by gordonbrander
A microformats parser for Ruby.
ruby
plugin
gem
microformat
library
development
opensource
march 2010 by gordonbrander
jQuery DOM Window
august 2009 by gordonbrander
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
august 2009 by gordonbrander
A javascript port of the Processing animation language. Renders in <canvas>. Nice!
bdw2011
javascript
animation
interactive
library
august 2009 by gordonbrander
Modernizr.js
august 2009 by gordonbrander
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
february 2009 by gordonbrander
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
june 2008 by gordonbrander
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
september 2006 by gordonbrander
Add a javascript rendered "wet floor effect" to images by simply adding a class name.
javascript
effect
library
september 2006 by gordonbrander
Project Gutenberg
august 2006 by gordonbrander
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
related tags
3d ⊕ actionscript ⊕ ajax ⊕ animation ⊕ api ⊕ apple ⊕ art ⊕ audio ⊕ bdw2011 ⊕ book ⊕ cache ⊕ canvas ⊕ collaboration ⊕ css ⊕ data ⊕ design ⊕ development ⊕ django ⊕ ecommerce ⊕ effect ⊕ epub ⊕ expressjs ⊕ film ⊕ firefox ⊕ flash ⊕ framework ⊕ free ⊕ game ⊕ gem ⊕ html ⊕ i18n ⊕ ie ⊕ infographic ⊕ interactive ⊕ java ⊕ javascript ⊕ journalism ⊕ jquery ⊕ json ⊕ language ⊕ latex ⊕ learn ⊕ library ⊖ lightbox ⊕ lua ⊕ markdown ⊕ microformat ⊕ mobile ⊕ modalbox ⊕ mvc ⊕ nodejs ⊕ opensource ⊕ performance ⊕ php ⊕ plugin ⊕ press ⊕ processing ⊕ publicdomain ⊕ publishing ⊕ python ⊕ resource ⊕ ruby ⊕ safari ⊕ script ⊕ security ⊕ standard ⊕ statistics ⊕ svg ⊕ template ⊕ test ⊕ textile ⊕ tool ⊕ twitter ⊕ ui ⊕ vector ⊕ visualization ⊕ web ⊕ webgl ⊕ wordpress ⊕ writing ⊕Copy this bookmark: