Tagged Questions
4
votes
3answers
528 views
What Technology can Render Medium Scale 3d Environments in a Web-Browser
I intend to make a web application that displays 3d environments that can be navigated by dragging(with a finger or mouse depending on the platform). The web app will render 3d environments of ...
10
votes
5answers
2k views
Why isn't html, css and js used for desktop apps
html, css and js can be used to build beautiful(and useful) ui's (specially with html5 and css3) and lots of people already know them. Though its still way beyond my reach, but how difficult can it be ...
8
votes
3answers
396 views
Using CSS classes as decorators - a good pattern?
I've been building a web-app with a fairly complex GUI - many small elements alongside eachother and within other elements that need various behaviours (dragging, clicking, but context-sensitive).
My ...