10 Most Useful Google Chrome Experiments
When it comes to presenting graphically oriented programs through a browser, the usual go-to development platforms have been Adobe Flash and -- to a lesser extent -- Microsoft Silverlight. But other, more open technologies are starting to show promise.
Mon, April 12, 2010
Network World — When it comes to presenting graphically oriented programs through a browser, the usual go-to development platforms have been Adobe (ADBE) Flash and -- to a lesser extent -- Microsoft (MSFT) Silverlight. But other, more open technologies are starting to show promise.
The 10 best Chrome extensions for work and play |Watch a slideshow of this review.
That's what Google (GOOG) aims to highlight on Chrome Experiments, a Web site that showcases JavaScript programs that deliver a rich user-graphics experience.
Slideshow: The 10 Coolest Experiments from Google Labs
5 Google Labs Projects That Should Be On Your Radar
Of the nearly 80 projects featured on Chrome Experiments, the majority are graphic demos. As impressive as such eye candy is, they're not good examples of how capable JavaScript can be for running graphically-oriented applications that are actually useful.
But there are a few notable ones, which we present here. (Despite the site's name, these programs should run on any browser that supports JavaScript.)
1.Canvas Sketch: Fingerpainting for mobile devices
Canvas Sketch has the very basics of a paint program: freehand and line drawing, eraser, and fill tools; and tools to draw rectangular and circular shapes. Its color palette is limited to 26 colors, and no image can be larger than 501 by 334 pixels.
So why even bother using this? Canvas Sketch was designed for smartphones and mobile devices that can run JavaScript-enabled Web browsers. (There's an "iPhone mode" that resizes Canvas Sketch's default horizontal layout to a vertically-oriented one that fits within the iPhone's screen dimensions.) You can save your digital doodles in GIF, JPG or PNG format.
So long as you think of, and use, it as a mobile app for simple scribbling using your finger on the touchscreen, Canvas Sketch serves as a nifty example of the type of JavaScript apps which can be made for small-scale platforms.
2. Impressionist: Monet-ize your photos
This image-manipulation tool is designed to do only one thing: convert a photograph into what looks like a painting. You start by uploading your image file to the Impressionist server. From there, you apply the oil-paint effect in one of two ways.
The first is by a freehand drawing method. You choose your brush size and shape, and then paint over any areas of your picture where you want to apply an ersatz oil colors look.
But the second is the most fun. Upon selecting the desired brush shape, size and width, you click "start" and your picture then comes alive as if thousands of paint brushes are dabbing and swirling it with oil paints. (The colors are derived from your original image's palette.) This real-time rendering runs continuously until you stop it. Using Impressionist just to watch this effect in motion is hypnotic.


