pvanallen / delft-ai-toolkit

Tool for Prototyping AI Projects
30 stars 3 forks source link

Add exposable value nodes #4

Open Siccity opened 5 years ago

Siccity commented 5 years ago

Exposable value nodes are very simple, and only contain a single output with a float, string, bool etc. Optionally you can enable "Simple GUI" to quickly get an IMGUI input, slider or button on the screen. This node will also have an open API with public methods such as SetValue(float val) Toggle(); etc, to that it can be referenced from custom UGUI controls. A small variety of premade ugui setups may be included in the project folder.

These nodes will be found in

Siccity commented 5 years ago

image First draft of the nodes are implemented