# BlueGraph2024 **Repository Path**: BinGo2019/blue-graph2024 ## Basic Information - **Project Name**: BlueGraph2024 - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlueGraph Check out [BlueGraph-Samples](https://github.com/McManning/BlueGraph-Samples) for a starter project with a suite of different use cases and examples. ![BlueGraph Preview](Documentation~/Preview.png) The core framework is built to be simple and extendable - supporting different workflows and requirements for different types of graphs. ## Features * Node-based visual editor built on top of Unity's modern UI framework * Strict data types for ports and safe cast support * Simple node development process through C# attributes on fields * Modular design - use features that you need or extend to add additional features # Getting Started If you want to play around with different examples, check out the [BlueGraph-Samples](https://github.com/McManning/BlueGraph-Samples) project. ## Requirements Requires Unity version 2019.3 or above. ## Installing with Unity Package Manager In *Package Manager* click *Add package from git URL* and use the following: ``` https://github.com/McManning/BlueGraph.git ``` You can also download one of the release versions and add that to your Packages directory. ## Creating Graphs and Nodes Check out [Getting Started](https://github.com/McManning/BlueGraph/wiki/Getting-Started) on the wiki. # Similar Projects [xNode](https://github.com/Siccity/xNode) is the original inspiration for this project and has a similar API. [Bolt](https://assetstore.unity.com/packages/tools/visual-scripting/bolt-163802) is a general purpose scripting platform supported by Unity Technologies.