From 40c8a4cb97f185f2b18c0e78f96a895b1b3fe06d Mon Sep 17 00:00:00 2001 From: alyx <> Date: Fri, 4 Feb 2022 14:02:20 +0000 Subject: Initial commit --- grapher/index.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 grapher/index.html (limited to 'grapher/index.html') diff --git a/grapher/index.html b/grapher/index.html new file mode 100644 index 0000000..e0990b7 --- /dev/null +++ b/grapher/index.html @@ -0,0 +1,86 @@ + + + + + + + + CV2 Node Graph Generator + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ ? +
+ +

The Basics

+
+

The chip grapher is a simple program. + To get started, use the searcher sidebar to find a chip you want to add. + That sidebar is just an embedded version of the main searcher, and all + behavior is the same. To learn more, press the '?' button on the sidebar. + Once you've decided on a chip, press the '+' button next to it to add it + to the graph.

+

Interacting with existing chips

+
+

Chips suppport various operations.

+

Wiring

+
+

To wire 2 ports to one another, simply click and drag to a port of the same type. + All input data ports have a maximum of one connection, as do output execs. + To disconnect a wire, simply click on the end with a maxiumum of one connection. +

+

Selecting

+
+

To select a chip, just click on it. If the threshold is too fast, shoot me a message on discord.

+

Deleting

+
+

Once a chip is selected, press the Delete key to delete it.

+

Type Selection

+
+

Some chips have a type union on a port. You can see this union by hovering over any white port. + When a chip with a type union is selected, drop down menus will appear to set the actual type. + Setting it will unwire all connections to the chip, so be sure to set it first thing! +

+
+
+ + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf