Getting started
This guide helps you choose the right packages and get to a working first integration quickly.
Choose your scenario
Algorithms without UI
Use Italbytz.Graph.Abstractions and Italbytz.Graph if you only need graph models and solver logic.
Blazor application
Use Italbytz.Graph together with Italbytz.Graph.Blazor if you want interactive graph rendering in the browser.
.NET MAUI application
Use Italbytz.Graph together with Italbytz.Graph.Maui if you want native UI rendering in a MAUI application.
Typical workflow
- Install the packages required for your scenario.
- Create or load graph data in your application.
- Use the solver APIs from
Italbytz.Graph. - If needed, project results into UI state and render them with the appropriate UI package.