This is a rewrite of the NodeGraph using OpenTK instead of WinForms Graphics for Rendering.
All dependencies are using NuGet package manager.
- 2020-11-24: Improvement of Node Rendering (Selection State, SuperSampling)
- 2020-03-05: Rewritten Node Rendering (VBOs + Textures)
- 2019-10-14: Added Drag&Drop Functionality
- 2019-10-13: Primitive Node and Link Rendering, Basic Interaction
- 2019-04-04: Some stuff done, purly experimental
- 2019-02-12: Initial Commit
The original NodeGraph is developed by Thomas ICHÉ under MIT licence.