Show HN: UI system completely painted on HTML5 Canvas (early demo)
1–10 of 16 posts
Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#2Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#3http://blogs.gnome.org/alexl/2010/11/23/gtk3-vs-html5/
Also we already have a lot of browser UI toolkits that behave the same in modern browsers. I don't really feel this could bring anything new to the table.
A lot of the time in fact we don't want our UI to look the same everywhere, for example I would love my site to scale down and degrade gracefully on mobile or in other words: progressive enhancement.
Performance and legacy browsers still plague the canvas element, so I won't rely on that as the foundation of a UI technology.
And last but not least: this UI framework has to duplicate a lot of behavior that the browser already does, which I feel is both a waste of time and a waste of resources.
I don't want to look too negative about this, but I'm really skeptical that a UI framework like this would be better than what we already have.
Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#4Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#5Firefox 8.0.1: Click on the demo app area, everything disappears.
Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#6This is my latest startup. The current version (0.1) is a very early version, it is not intended for production usage yet. I am interested in opinions on the approach, and also would be happy to find investors.
In the long run, I believe this is the wrong approach. Scenegraph-based UI can be easier to HW accelerate.
Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#7Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#8This is my latest startup. The current version (0.1) is a very early version, it is not intended for production usage yet. I am interested in opinions on the approach, and also would be happy to find investors.
Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#9I smell a new flash coming. No accessibility and it emulates things, that browser can do nativly, without using JavaScript.
Re: Show HN: UI system completely painted on HTML5 Canvas (early demo)
#10This is my latest startup. The current version (0.1) is a very early version, it is not intended for production usage yet. I am interested in opinions on the approach, and also would be happy to find investors.
Sorry man, this just goes against the grain of the web - the future is imo in using browser as a smart, hw accelerated runtime that is native on every platform, not in creating a dumb/slow proprietary emulation layer inside. Flash has already lost, and whatever good it had (fast accelerated video) has already been made native.