Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czoido/conan-graph3d
Generate a Conan dependency graph visualization in 3d
https://github.com/czoido/conan-graph3d
conan cpp data-visualization
Last synced: 20 days ago
JSON representation
Generate a Conan dependency graph visualization in 3d
- Host: GitHub
- URL: https://github.com/czoido/conan-graph3d
- Owner: czoido
- License: mit
- Created: 2022-08-07T08:08:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T08:15:46.000Z (over 2 years ago)
- Last Synced: 2024-10-31T20:07:25.004Z (2 months ago)
- Topics: conan, cpp, data-visualization
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conan graph3d generator:
This [Conan generator](https://docs.conan.io/en/latest/howtos/custom_generators.html) will generate a
html file with a 3d visualization for the dependency graph.![Conan graph 3D](graph.png?raw=true)
# To install the generator:
``` bash
git clone https://github.com/czoido/conan-graph3d
cd conan-graph3d
conan config install graph3d.py -tf generators
```Create your consumer project ([see docs](https://docs.conan.io/en/latest/getting_started.html)) with
a *conanfile.txt* like this:```
[requires]
sdl/2.0.20
sdl_image/2.0.5
```Then:
```
conan install . -g graph3d --build=missing
```A *conan-graph3d.html* file is generated. Open to see the graph.