Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.67 KB

File metadata and controls

34 lines (23 loc) · 1.67 KB

BasicSpanner

Interactive C++/Qt6 application that computes basic networks from an input graph and a set of seed nodes, with multi-threaded permutations, real-time reporting and an interactive visualization panel.

Platform Language License Build Status Version

Download Windows Download Linux

Frontend Screenshot

Documentation

Full documentation is published at josemarinfarina.github.io/BasicSpanner and includes:

  • Installation and workflow guides.
  • An API reference for the core, algorithms and gui modules.

The site is built with Quarto. To preview it locally:

cd docs
quarto preview

License

Released under the MIT License. See LICENSE for details.