Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CoffeeVampir3/Graphify
https://github.com/CoffeeVampir3/Graphify
ai framework graph unity visual-scripting visualization
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/CoffeeVampir3/Graphify
- Owner: CoffeeVampir3
- License: mit
- Created: 2021-03-09T17:32:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T07:08:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:13:23.039Z (6 months ago)
- Topics: ai, framework, graph, unity, visual-scripting, visualization
- Language: C#
- Homepage:
- Size: 1.33 MB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
![Dialogue Graph Example Image](https://github.com/CoffeeVampir3/Graphify/blob/a1d336221eaf7f3d7c3e827a5b280b029a58e0fa/dialogueGraphExample.png?raw=true)
# Turn Anything Into a Graph!
Graphify is an ultra-lightweight Unity Api for quickly and easily making anything into a graph! It's 100% built using Unity's new UI Toolkit, and allows users to easily extend the graph using their own UI Toolkit code. Graphify has been designed for speed, consisting of a virtualization scheme and fast evaluation means you can create and run thousands of graphs at a time with no issues.
# Features:
1. Graph & Node automatic creation, visualization, and serialization.
2. Edit graphs realtime in play mode without needing to recompile.
3. Runtime structure and evaluation API for using the graphs at runtime.
4. Total seperation of editor code and runtime code. No editor code gets compiled into your build.
5. Subgraph-nodes (Nodes which are themselves a graph)
6. Copy & Paste and Undo.
7. Scoped Blackboard API# Installing:
Install via UPM using `https://github.com/CoffeeVampir3/Graphify.git#upm` with the built-in unity package manager (Unity 2020+)
![Upm Example](https://github.com/CoffeeVampir3/Graphify/blob/ef05af37d1a312db094ca1da1c3d81497fde12ee/packageManagerExample.png?raw=true) -> ![Upm Add Example](https://github.com/CoffeeVampir3/Graphify/blob/ef05af37d1a312db094ca1da1c3d81497fde12ee/packageManagerExample2.png?raw=true)
# Where Are The Docs?!
In the Wiki! Check out the [Quickstart Guide](https://github.com/CoffeeVampir3/Graphify/wiki/Quickstart-Guide) for a fast start or see [Comprehensive Wiki](https://github.com/CoffeeVampir3/Graphify/wiki/Home)