Skip to content

m4nu3lf/sgd_graphs

Repository files navigation

Simple Godot Graphs

A graph libary for Godot 4 providing methods for common graph operations. Useful for procedural generation.

Installation

Clone the repo and copy the content of addons/sgd_graphs under the same location in your project folder.

Classes

  • SgdGraph: Base graph class for generic data. This class is meant to be extended for more specific type of graphs.
  • SgdGraph3D: Graph of 3D point with cost function being the euclidean distance between points.
  • SgdGraphMerger: Utlity class for mergring graphs.

Examples

The tests are a good source of examples and provide basic documentation.

About

Simple Godot Graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published