Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 690 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 690 Bytes

Conan graph3d generator:

This Conan generator will generate a html file with a 3d visualization for the dependency graph.

Conan graph 3D

To install the generator:

git clone https://github.com/czoido/conan-graph3d
cd conan-graph3d
conan config install graph3d.py -tf generators

Create your consumer project (see docs) 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.