Commanding Chaos for Coworking, Open Source and Creative Communities

framework

p5.js

Mon, 04/06/2015 - 14:21 -- rprice

Hello! p5.js is a JavaScript library that starts with the original goal of Processing, to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today’s web. Using the original metaphor of a software sketchbook, p5.js has a full set of drawing functionality. However, you’re not limited to your drawing canvas, you can think of your whole browser page as your sketch! For this, p5.js has addon libraries that make it easy to interact with other HTML5 objects, including text, input, video, webcam, and sound.

javascript
processing
library
js
interactive
animation
framework
battideas
learning
examples
browser

Journey Through The JavaScript MVC Jungle | Smashing Coding

Mon, 07/30/2012 - 22:59 -- rprice

These modern frameworks provide developers an easy path to organizing their code using variations of a pattern known as MVC (Model-View-Controller). MVC separates the concerns in an application down into three parts

JavaScript ‘MVC’ frameworks that can help us structure our code don’t always strictly follow the above pattern. Some frameworks will include the responsibility of the Controller in the View (e.g Backbone.js) whilst others add their own opinionated components into the mix as they feel this is more effective.

ember
jquery
backbone
js
framework
mvc
javascript
Subscribe to RSS - framework