Projects tagged ‘graphics’ and ‘graphviz’


[4 total ]

5 Users
 

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services ... [More] such as file access, streams, threads, synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]
Created over 3 years ago.

4 Users
   

pycallgraph is a Python library that creates call graphs for Python programs.
Created over 3 years ago.

4 Users

phpCallGraph is a tool to generate static call graphs for PHP source code. Such a graph visualizes the call dependencies among methods or functions of an application. Arrows represent calls from one ... [More] method to another method. Classes are drawn as rectangles containing the respective methods. The graphs can be leveraged to gain a better understanding of large PHP applications or even to debunk design flaws in them. The core of the call graph generator forms an object-oriented PHP5 library, which may also be integrated in other projects. It leverages the InstantSVC CodeAnalyzer and DOT. On top of it, a commandline application allows easy creation of call graphs in various formats, e.g. text, png, jpg or svg. phpCallGraph is free software licensed under GPLv3. [Less]
Created over 2 years ago.

0 Users

YAPGVB provides Python bindings to Graphviz, with an intuitive Python interface. Where to get Yapgvb for...... Linux Ubuntu and Debian: sudo apt-get install python-yapgvb Others: Download the ... [More] source tarball and see README ... Windows Downloads Deprecated versions for Python 2.4 and 2.5 are more powerful, since they use the Boost.Python bindings. ... Mac (Untested) Download the source tarball and run python setup.py install ReferenceDocumentation is still on Sourceforge for the moment Examples are in the source code repository. News1-31-09 Hosting moved from Sourceforge to Google Code YAPGVB 1.2.0 will work on Windows with recent versions of Python. A pure-Python backend has been created, so YAPGVB is no longer dependent linking to Graphviz libraries. Questions? Email lonnie dot princehouse at gmail dot com [Less]
Created 10 months ago.