You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,18 @@
6
6
7
7
This library provides a powerful framework for creating and managing visual node systems. These are typically used in graphical programming environments, game logic builders, and AI behavior tree editors.
8
8
9
-
Master branch is free of tests to maintain its lightweightness. All test-related stuff (except GitHub Actions) is located in the [Tests Branch](https://github.com/Azzinoth/VisualNodeSystem/tree/tests)
9
+
Master branch is free of tests to keep it lightweight. All test-related stuff (except GitHub Actions) is located in the [Tests Branch](https://github.com/Azzinoth/VisualNodeSystem/tree/tests)
10
10
11
11
## Key Features
12
12
13
-
-**Unchanged Dear Imgui**: This project does not depend on modifications to Dear Imgui.
13
+
-**Unchanged Dear ImGui**: This project does not depend on modifications to Dear ImGui.
14
14
15
15
-**Zoom**: Zoom functionality enables detailed viewing and efficient navigation. The font system ensures precise text rendering at various zoom levels.
-**Reroute Nodes**: Reroute nodes offer enhanced organization for clearer, more readable visual graphs, enabling flexible customization of connection paths. Also they simplify debugging by making connections traceable. To add reroute node just doubleclick on connection.
20
+
-**Reroute Nodes**: Reroute nodes offer enhanced organization for clearer, more readable visual graphs, enabling flexible customization of connection paths. They also simplify debugging by making connections traceable. To add a reroute node, just double-click on a connection.
@@ -36,7 +36,7 @@ Master branch is free of tests to maintain its lightweightness. All test-related
36
36
<img src="https://github.com/Azzinoth/VisualNodeSystem/blob/media/Copy and Paste.gif" width="60%">
37
37
</div>
38
38
39
-
-**Node Factory For Child Node Creation**: The library includes a system for creating child nodes using node factory, which enables JSON serialization of custom nodes.
39
+
-**Node Factory For Child Node Creation**: The library includes a system for creating child nodes using a node factory, which enables JSON serialization of custom nodes.
40
40
41
41
-**Custom Context Menus**: The library supports the integration of custom context menus.
42
42
@@ -47,14 +47,14 @@ Master branch is free of tests to maintain its lightweightness. All test-related

50
+

51
51
52
52
[Focal Engine Test Platform](https://github.com/Azzinoth/FocalEngineTestPlatform)
53
-

53
+

54
54
55
55
## Usage
56
56
57
-
**When using this project as a Git submodule, ensure you provide the path to Dear ImGui in your project. For a simple example of how to use library, see the [Visual Node System Example](https://github.com/Azzinoth/VisualNodeSystem-Example).**
57
+
**When using this project as a Git submodule, ensure you provide the path to Dear ImGui in your project. For a simple example of how to use the library, see the [Visual Node System Example](https://github.com/Azzinoth/VisualNodeSystem-Example).**
58
58
59
59
To add this module to your project, use the following command:
0 commit comments