Test of links to supplemental documentation.
This commit is contained in:
23
README.md
23
README.md
@@ -15,24 +15,7 @@ It is expressly built with our Redacted3D engine in mind, but steps have been ta
|
|||||||
JUI provides a set of objects that we term Widgets, which can be styled and laid out on-screen in relation to each other. Each widget has a single parent, and a list of child elements. Your root widget should be a Scene object.
|
JUI provides a set of objects that we term Widgets, which can be styled and laid out on-screen in relation to each other. Each widget has a single parent, and a list of child elements. Your root widget should be a Scene object.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Comprehensive list of common UI widgets:
|
* Flexible and comprehensive set of Widgets. [Full List Here](docs/widgets.md)
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* 
|
|
||||||
* Vertical and Horizontal ListLayout, GridLayout
|
|
||||||
* Separator
|
|
||||||
* ScrollRect
|
|
||||||
* Extendable - Widgets can be extended via class derivation, and even combined to create complex behavior.
|
* Extendable - Widgets can be extended via class derivation, and even combined to create complex behavior.
|
||||||
* Low-overhead stateful GUI elements.
|
* Low-overhead stateful GUI elements.
|
||||||
* Easy integration with your project. Simply provide update, draw, and user-input callbacks to your scene.
|
* Easy integration with your project. Simply provide update, draw, and user-input callbacks to your scene.
|
||||||
@@ -58,6 +41,10 @@ Currently, the package is also integrated with 
|
||||||
|
|
||||||
|
[A full list of widgets is available here.](docs/widgets.md)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions to JUI are welcome! Feel free to file bug reports or feature requests by creating an Issue. Pull requests are also very welcome!
|
Contributions to JUI are welcome! Feel free to file bug reports or feature requests by creating an Issue. Pull requests are also very welcome!
|
||||||
|
0
docs/overview.md
Normal file
0
docs/overview.md
Normal file
43
docs/widgets.md
Normal file
43
docs/widgets.md
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
<details>
|
||||||
|
<summary>Widget</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>BindMenu</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Button</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
<details><summary>Checkbox</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
<details><summary>Collapsible</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>ColorPicker</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>ComboBox</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>CommandLine</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>ContextMenu</summary>
|
||||||
|
This is some information about the Widget class.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user