lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Add user interface object for easily creating UI's #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Create a framework to easily create and load user interfaces.  The framework 
should provide a set of elements which can be added to the UI.  The UI should 
be able to be created via either code, or loaded from either XML or JSON.

Original issue reported on code.google.com by bfatt...@gmail.com on 3 Aug 2010 at 1:57

GoogleCodeExporter commented 8 years ago
Started working on the framework for UI support.  Created UI manager, UI 
object, and am currently working on UI elements.

Original comment by bfatt...@gmail.com on 23 Aug 2010 at 6:00

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 9 Nov 2010 at 2:31

GoogleCodeExporter commented 8 years ago
After working on UI for a while, it was deemed a task which is already handled 
(quite well) by the browser.  The engine will contain hooks to allow UI's to 
use engine resources, but UI's will be the domain of the browser.

Original comment by bfatt...@gmail.com on 23 Nov 2010 at 5:16