Skip to content

czoido/conan-graph3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generate a Conan dependency graph visualization in 3d

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages