{"id":15031807,"url":"https://github.com/cneben/quickqanava","last_synced_at":"2025-05-14T14:07:49.250Z","repository":{"id":40794953,"uuid":"39349320","full_name":"cneben/QuickQanava","owner":"cneben","description":":link: C++17 network / graph visualization library - Qt6 / QML node editor.","archived":false,"fork":false,"pushed_at":"2025-03-17T14:59:15.000Z","size":20585,"stargazers_count":1262,"open_issues_count":32,"forks_count":237,"subscribers_count":67,"default_branch":"develop","last_synced_at":"2025-04-12T16:46:32.438Z","etag":null,"topics":["complex-networks","cpp","cpp-library","dataflow-programming","graph","graph-theory","graph-visualization","graphs","qml","qt","qt-containers","visualization"],"latest_commit_sha":null,"homepage":"http://cneben.github.io/QuickQanava/index.html","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cneben.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["cneben"]}},"created_at":"2015-07-19T21:18:04.000Z","updated_at":"2025-04-12T12:34:16.000Z","dependencies_parsed_at":"2023-02-19T06:45:17.004Z","dependency_job_id":"b5d517bb-f013-4bef-800c-84cd6c228aa3","html_url":"https://github.com/cneben/QuickQanava","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cneben%2FQuickQanava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cneben%2FQuickQanava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cneben%2FQuickQanava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cneben%2FQuickQanava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cneben","download_url":"https://codeload.github.com/cneben/QuickQanava/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160026,"owners_count":22024567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["complex-networks","cpp","cpp-library","dataflow-programming","graph","graph-theory","graph-visualization","graphs","qml","qt","qt-containers","visualization"],"created_at":"2024-09-24T20:16:39.476Z","updated_at":"2025-05-14T14:07:49.153Z","avatar_url":"https://github.com/cneben.png","language":"C++","funding_links":["https://github.com/sponsors/cneben"],"categories":[],"sub_categories":[],"readme":"# QuickQanava \n\n![Win64 Qt6 msvc CMake](https://github.com/cneben/QuickQanava/actions/workflows/build-win64-qt6.yml/badge.svg) \n\n[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue.svg)](http://cneben.github.io/QuickQanava/)\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n![](https://img.shields.io/badge/version-2.5.0-blue.svg)\n[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social\u0026label=Follow%20%40QuickQanava)](https://twitter.com/QuickQanava)\n\n![](https://github.com/cneben/QuickQanava/blob/master/doc/web/docs/images/home.png)\n\n`QuickQanava` is a C++17 library developed for rendering graphs and relational content within a Qt/QML application. It offers QML components and C++ classes designed for visualizing medium-sized directed graphs in a C++/QML application. QuickQanava emphasizes the presentation of relational content in a dynamic user interface, featuring Drag-and-Drop support, resizable content, and visual creation of topology. `QuickQanava` focus authoring of topology delegates in pure QML.\n\nQuickQanava main repository is hosted on GitHub: http://cneben.github.io/QuickQanava/index.html\n\nQuickQanava is primarily developed with Qt 6.6.1 with MSVC2019 and g++11 (minimal required Qt version is **Qt 6.5.0**, recommended is **Qt 6.6.1**). \n\nIf you are interested in **Qt5.15** support, last release supporting Qt5 is [2.4.0](https://github.com/cneben/QuickQanava/releases/tag/2.4.0)\n\n- [CHANGELOG.md](CHANGELOG.md)\n- Project homepage: http://cneben.github.io/QuickQanava/index.html\n- [Building](./doc/BUILDING.md)\n-  [Installation](http://cneben.github.io/QuickQanava/installation.html)\n-  [Graph Data Model](http://cneben.github.io/QuickQanava/graph.html#data-model)\n    - [Ports and Docks](http://cneben.github.io/QuickQanava/nodes.html#docks-and-ports)\n    - [Visual node connection](http://cneben.github.io/QuickQanava/edges.html#visual-creation-of-edges)\n    -  [Selection](http://cneben.github.io/QuickQanava/nodes.html#selection)\n    - [Groups](http://cneben.github.io/QuickQanava/nodes.html#grouping-nodes)\n- [Styling](http://cneben.github.io/QuickQanava/styles.html)\n- [Advanced use, custom topology](http://cneben.github.io/QuickQanava/advanced.html)\n\n:question: benoit_à_destrat.io\n\n## QuickQanava Showcase\n\n**Edges:**\n\n![Curved-Straight Edges](https://github.com/cneben/QuickQanava/blob/master/doc/web/docs/images/edges-curved-straight.gif) \n\n**Nodes:** User Doc:  [QuickStart - Custom Nodes](http://cneben.github.io/QuickQanava/nodes.html#defining-custom-nodes)\n\n![Custom content](https://github.com/cneben/QuickQanava/blob/master/doc/web/docs/images/sample-nodes.gif)\n\n**Visual Connector:** User Doc:  [QuickStart - Visual Connector](http://cneben.github.io/QuickQanava/edges.html#visual-connectors)\n\n![Visual Connector](https://github.com/cneben/QuickQanava/blob/master/doc/web/docs/images/sample-dataflow-short.gif)\n\n**Groups:** User Doc:  [QuickStart - Using Groups](http://cneben.github.io/QuickQanava/nodes.html#grouping-nodes)\n\n![Groups](https://github.com/cneben/QuickQanava/blob/master/doc/web/docs/nodes/sample-groups.gif)\n\n**Styles:** User Doc:  [QuickStart - Using Styles](http://cneben.github.io/QuickQanava/styles.html)\n\n## Contributors\n\n![GitHub Contributors Image](https://contrib.rocks/image?repo=cneben/QuickQanava)\n\n - @kwallner / Conan.io and CMake configuration\n - @Letrab / Edge configuration\n - @machinekoder / QML plugin and CMake configuration\n - @NielsBillen / Ports support and stability fixes\n - @walterbrebels\n - @chesnoksatan / Major connector feature, build configuration\n\nQuickQanava include `bezier` library distributed with MIT licence on https://github.com/oysteinmyrmo/bezier\n\n## License\n\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n\nCopyright (c) 2017-2024 BA\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcneben%2Fquickqanava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcneben%2Fquickqanava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcneben%2Fquickqanava/lists"}