# WinGraph32 **Repository Path**: baohongyu/WinGraph32 ## Basic Information - **Project Name**: WinGraph32 - **Description**: No description available - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-19 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WinGraph32 WinGraph32 tool reads a textual and readable specification of a graph and visualizes the graph. It layouts the graph using several heuristics as reducing the number of crossings, minimizing the size of edges, centering of nodes. The specification language of WinGraph32 is GDL, Graph Description Language. WinGraph32 is a port of the VCG tool to MS Windows. Some functionality has been removed during the porting process.