You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.github/workflows | 3 years ago | |
GraphCreator | 3 years ago | |
Samples | 3 years ago | |
TNodeCore | 3 years ago | |
TNodeGraphViewImpl | 3 years ago | |
TNodeGtfImpl | 3 years ago | |
Tests | 3 years ago | |
.gitignore | 3 years ago | |
GraphCreator.meta | 3 years ago | |
License | 3 years ago | |
License.meta | 3 years ago | |
README.md | 3 years ago | |
README.md.meta | 3 years ago | |
Samples.meta | 3 years ago | |
TNodeCore.meta | 3 years ago | |
TNodeGraphViewImpl.meta | 3 years ago | |
TNodeGtfImpl.meta | 3 years ago | |
Tests.meta | 3 years ago | |
package.json | 3 years ago | |
package.json.meta | 3 years ago |
README.md
T-Node
Node graph creation tool based on unity experimental graphview and if possible latter,GTF.
the main goal of the repo is to make graph creation easier and more intuitive.
Some Features
- creator tool create graph easily
- Easy port creation via attribute
- Runtime graph
- Blackboard for runtime graph as exposed parameters
- Runtime graph execution
- An easy test mode (Runtime graph only)
- Scene object nodes hold scene objects like blackboard
Some to-dos
- Vertical node
- A universal merger handle multiple input
- Support graph data traversal like FSM
- Conditional edge
Install & Usage
Right now this lib is still under development.