issues
search
AnnexGameDev
/
Annex
A 2D game development framework
MIT License
3
stars
0
forks
source link
HtmlScene
#17
Closed
MatthewChrobak
closed
1 year ago
MatthewChrobak
commented
4 years ago
HtmlScene is an approach to rapidly develop user interfaces.
User interfaces exist as XML, and are deployed with the binary as assets.
The UI can be visualized in a browser with the aid of Javascript and CSS
Annex can dynamically construct the UI from the XML asset
Attributes can be used in the XML to bind a UI element to a class implementation
Progress
[x] Html Layout Loader
[x] Browser Visualizer
HtmlScene is an approach to rapidly develop user interfaces.
Progress