CLOUDS-Interactive-Documentary / QuineVisualSystem

1 stars 1 forks source link

QuineVisualSystem

Please refer to EmptyVisualSystem for instructions on how to create a Visual System.

This Visual System is a quine which additionally does rudimentary syntax highlighting and presents the output in 3D space to navigate around.

Included Addons

CLOUDS uses many addons from the community

Loading Data

Anywhere you want to access things in your bin/data folder you'll need to do so by first calling

getVisualSystemDataPath() + "path/to/my/stuff"

This will ensure that your data access works when running the module inside of CLOUDS.

Saving Presets

CLOUDS VisualSystems are driven by presets. To create a preset, configure the variables and timing just how you like and then click Save on the main GUI. Enter a name on the popup window and confirm. This will save all your settings into bin/data/Presets/

The Presets GUI now has a button with the name you just entered, and you can click it to bring these settings back. Feel free to change anything after you've created a preset, since you'll always be modifying the Working/ preset.

Make sure to commit your presets so everyone can check them out!

Hot-Keys

Some useful hotkeys for the interface