Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/EnviralDesign/UberGui into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
EnviralDesign committed Feb 4, 2021
2 parents 0816cb0 + 7a8ad5a commit d4f80e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Additionally, UberGui is built as a layer of abstraction directly on top of Cust
### Speed
UberGui uses the webRender TOP in TD which runs a separate threaded instance of an embedded chromium browser. You can spawn many UI's and each will run independently of the main TouchDesigner TOE. Keeping your UI's from bogging down your real-time projects.

The gif below was captured at 60 fps in TouchDesigner with no dips with a resting cook time of 1ms. Sometimes during interaction with the UI, cumulative cook time can peak to 2 or 3 ms, but rarely higher.
The gif below was a stress test captured at 60 fps in TouchDesigner with no dips at an average cook time of 1ms. Sometimes during interaction with the UI, cumulative cook time can peak to 2 or 3 ms, but rarely higher. When parameters are not changing, cooktime is minimal, ~0.025 ms per frame. UberGui can be entirely disabled when not in use as well and quickly re enabled.

![ubergui speed](https://www.geopix.io/wp-content/uploads/2021/02/UGV4_header2.gif)

Expand All @@ -38,6 +38,7 @@ The fastest way to get going is to just download the Tox file in this repo, and

### Adjusting Values via Sliders
You can adjust the value of any type of numerical parameter just dragging left and right. The min/max ranges of the parameter will determine the range. Menu parameters can also be treated like a slider.

![ubergui slider adjustment](https://www.geopix.io/wp-content/uploads/2021/02/UGV4_sliders1-1.gif)

### Manual Entry via Field
Expand All @@ -46,6 +47,7 @@ You can adjust the value of any type of numerical parameter just dragging left a
![ubergui field entry1](https://www.geopix.io/wp-content/uploads/2021/02/UGV4_fieldsEntry1.gif)

You may also **tab to next** for quick entry of several values either in a parameter tuple row or simply down the line. Each tab press will launch a field in the next parameter, if it supports a field.

![ubergui field entry1](https://www.geopix.io/wp-content/uploads/2021/02/UGV4_tabThrough.gif)

You can also **left click on any label**, to automatically enter field entry mode for it's parameter (*if supported*).
Expand Down

0 comments on commit d4f80e6

Please sign in to comment.