» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with canvas + UI

Mocha UI

Canvas-based user interface framework for JavaScript.

mootools: del.icio.us/tag/mootools

Mootools Mocha UI

Mocha UI is a web applications user interface library built on the Mootools javascript framework. Canvas tag graphics are used for much of the GUI components.

mootools: del.icio.us/tag/mootools

Mocha UI - A Canvas User Interface Framework

Mocha UI is a web applications user interface library built on the Mootools javascript framework. The Mocha GUI components are made with canvas tag graphics.

mootools: del.icio.us/tag/mootools

Mocha UI - A Canvas User Interface Framework

Work is progressing nicely on this UI framework for Mootools.

mootools: del.icio.us/tag/mootools

Mootools Mocha UI

wow. a fine dashboard example

mootools: del.icio.us/tag/mootools

mocha-ui - Google Code

tohle je budoucnost honziku tak se na to koukej :)

mootools: del.icio.us/tag/mootools

Mootools Mocha UI

rounded corners desktop

mootools: del.icio.us/tag/mootools

WireIt: Yahoo! Pipes Canvas Wiring API

Eric Abouaf has released WireIt, a library that answers the though: "wow, I wish there was an API that did the UI bits that Yahoo! Pipes does."

WireIt uses canvas, excanvas for IE, and YUI to get the job done. Take a look at the docs to see how it works.

Here is the code for simple terminals:

JAVASCRIPT:
  1.  
  2. var bl = YAHOO.util.Dom.get('blockLeft');
  3. var br = YAHOO.util.Dom.get('blockRight');
  4. var bt = YAHOO.util.Dom.get('blockTop');
  5. var bb = YAHOO.util.Dom.get('blockBottom');
  6.        
  7. for( var i = 0 ; i <7 ; i++) {
  8.         new WireIt.Terminal(bl, {direction: [1,0], offsetPosition:[0,i*50] });
  9.         new WireIt.Terminal(br, {direction: [-1,0], offsetPosition:[0,i*50] });
  10.         new WireIt.Terminal(bt, {direction: [0,1], offsetPosition:[i*50,0] });
  11.         new WireIt.Terminal(bb, {direction: [0,-1], offsetPosition:[i*50,0] });
  12. }
  13.  

And there is even a fun game to check out:

Planar

Ajax: Ajaxian

Page 1 | Next >>