RPGUI is a framework of CSS and JavaScript that creates an awesome RPG-like GUI for HTML5 and Web games.
It requires no dependencies and zero coding, just apply the right CSS classes to your elements and you're good to go!
Want to see more? Read the manual, Or
look at the examples below.
Below are examples of key elements in RPGUI. Scroll down or choose from the list to view an example:
This example shows the built-in containers and frames. Containers are just fancy divs used for rpgui elements.
class:
rpgui-container framed
class:
rpgui-container framed-golden
class:
rpgui-container framed-golden-2
class:
rpgui-container framed-grey
This example shows the basic paragraphs and headers in RPGUI.
Regular paragraph (p)
Span Link (a)This example shows radio buttons and check boxes.
This example shows the dropdown (aka combobox) and the list widgets. These elements are made from simple "select" with "options" and rpgui class.
Dropdown:
List:
This example shows the sliders class, which replaces the "range" input element.
This example shows the RPGUI progress bar class.
All RPGUI elements can be disabled using the "disable" attribute. Here's an example of disabled RPGUI elements.
Golden slider:
This example shows the basic cursors.