Ruby on Rails
JavaScript, XHTML, CSS
Java, Distributed Systems
<you_name_it>
canvas
Liquid Canvas Version 0.1 Out Now
Submitted by Steffen on Sat, 11/08/2008 - 22:44I've just released version 0.1 of Liquid Canvas.
It's a JavaScript library for drawing inside your web page. It works on top of HTML canvas, jQuery and excanvas.
On the Liquid Canvas page you'll find a demo and an example of how it works.
Here's just a teaser take from the basic example:
$(window).load(function() {
$("#example").liquidCanvas(
"[shadow border gradient] => roundedRect{radius:50}");
});
Yeah, this beast renders rounded corners with a drop shadow! Harrharrharr!!!
Liquid Canvas
Liquid Canvas is a JavaScript library which allows you to draw inside an HTML canvas element with an easy yet powerful description language.
It can be used to add graphics to your web page without ever touching an image creation tool such as The Gimp, Inkscape or Photoshop.
Check out the Demo and the basic example and then download version 0.3.
