Skip to content

Commit

Permalink
projects/README.md with dependency graph
Browse files Browse the repository at this point in the history
issue #200
  • Loading branch information
Scott M Anderson committed Jul 10, 2018
1 parent 9265bfa commit ab1c6f9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,36 @@
|wxx|[wxPlotCtrl](http://wxcode.sourceforge.net/showcomp.php?name=wxPlotCtrl 'wxplotctrl on sourceforge')|interactive xy data plotting widgets|2006.04.28|[repo](https://github.com/smanders/wxplotctrl 'wxplotctrl repo on github')|[diff](https://github.com/smanders/wxplotctrl/compare/v2006.04.28...xp2006.04.28 'patch/diff')|
|wxx|[wxThings](http://wxcode.sourceforge.net/showcomp.php?name=wxThings 'wxthings on sourceforge')|a variety of data containers and controls|2006.04.28|[repo](https://github.com/smanders/wxthings 'wxthings repo on github')|[diff](https://github.com/smanders/wxthings/compare/v2006.04.28...xp2006.04.28 'patch/diff')|
|wxx|[wxTLC](http://wxcode.sourceforge.net/components/treelistctrl/ 'wxTLC (treelistctrl) on sourceforge')|a multi column tree control|1208|[repo](https://github.com/smanders/wxTLC 'wxTLC repo on github')|[diff](https://github.com/smanders/wxTLC/compare/v1208...xp1208 'patch/diff')|


## dependency graph

![deps.dot graph](https://g.gravizo.com/source/customgraph01?https%3A%2F%2Fraw.luolix.top%2Fsmanders%2Fexternpro%2Fdev%2Fprojects%2FREADME.md)
<details>
<summary></summary>
customgraph01
digraph GG {
node [fontsize=12];
zlib [shape=diamond];
openssl [shape=diamond];
cares [label="c-ares" shape=diamond];
libssh2 [shape=diamond];
libgit2 [shape=diamond];
curl [shape=diamond];
protobuf [shape=diamond];
ffmpeg [shape=diamond];
openh264 [shape=diamond];
bzip2 [shape=diamond];
boost [shape=diamond];
libssh2 -> zlib;
libssh2 -> openssl;
libgit2 -> libssh2;
curl -> libssh2;
curl -> cares;
protobuf -> zlib;
ffmpeg -> openh264;
boost -> zlib;
boost -> bzip2;
}
customgraph01
</details>

0 comments on commit ab1c6f9

Please sign in to comment.