Play Framework – Enumerator.outputStream
A few weeks ago, we’ve introduced a new feature in Play Framework: the Enumerator.outputStream method, allowing you to work with Java API requiring an OutputStream to generate content, for instance the...
View ArticleBe careful with JS numbers!
Javascript doesn’t have integer type but lets you think it has. In Javascript, all numbers are floating numbers and are prone to floating point approximation.
View ArticlePlayCLI: Play Iteratees + UNIX pipe
PlayCLI is a new Scala library to work with UNIX commands and Play-Iteratees (a scala implementation of Iteratees facilitating the handling of data streams reactively)
View Articleglsl.js, a Javascript + GLSL library = DRY & efficient
WebGL is super powerful and efficient. This library abuses this power for efficient 2D.
View ArticleQep1.: Q, a Promise library
This article is the first of a series of small articles on the Q Javascript library and its eco-system. It is a brief introduction to Q Promises.
View ArticleQep2.: Deferred objects, Qimage
This second article on Q will introduce you how to easily turn a callback API into a promise API using Deferred objects. It will also present the new W3C specification of Promise and finish with the...
View ArticleQep3.: QanimationFrame
This third article on Q is a little parenthesis to the Qep articles series, featuring the requestAnimationFrame Javascript function and its general usage, and QanimationFrame, its Promisified version...
View ArticleZOUND live project initiated
Last week, I initiated ZOUND live following my previous "ZOUND" experiment but being much more ambitious this time: using both the Audio API, the new MIDI API and electronic music software experience,...
View Article