éditeur en ligne (exemple) en webGL, pour créer des pages web en 3D
http://acko.net/blog/making-love-to-webkit
Vote 0
comme son nom l'indique :
animations vectorielles dans un navigateur
http://srufaculty.sru.edu/david.dailey/svg/#JSAnim
Vote 0
Controler un arduino ethernet via le web en utilisant les websockets et pusher
http://kevinrohling.wordpress.com/201...ination-using-arduinos-and-websockets
Vote 0
Flocking - Creative audio synthesis for the Web! What is Flocking? Flocking is an audio synthesis toolkit that runs inside your Web browser. It doesn't require Flash or any other proprietary plugins. Written entirely in JavaScript, Flocking is designed for artists and musicians building creative Web-based sound projects. It is built on top of Firefox 4's awesome new Audio Data API and WebKit's WebAudio API. Flocking was inspired by the SuperCollider desktop synthesis environment. If you're familiar with SuperCollider, you'll feel at home with Flocking.
https://github.com/colinbdclark/Flocking#readme
Vote 0
Clue: an ANSI C compiler targeting high level languages New! v0.5 released! Now we support Java --- at about 40% of the speed of native code! What? Clue is an ANSI C compiler (C89, some C99) that targets high-level languages such as Lua, Javascript or Perl (and some low-level ones). It supports the entire C language, including pointer arithmetic, and can be used to run arbitrary pure-C programs. Clue currently supports the following targets: * Lua 5.1.3 * Javascript * Perl 5 * C * Java * Common Lisp
http://cluecc.sourceforge.net
Vote 0
November 16, 2009 Going evented with Node.js One of the most exciting presentations to come out of JSConf.eu was Ryan Dahl's presentation of his incredible Node.js project. Ironically we had just covered it at last week's NOVALANG session. I decided it would be a great article for Naked JavaScript in order to provide an nice introduction to Node.js and the broader topic of CommonJS as well. By the end of this article you will have a functional Node.js installation and built several interesting applications. Enjoy!
http://www.nakedjavascript.com/going-evented-with-nodejs
Vote 0