# vgwin **Repository Path**: vg/vgwin ## Basic Information - **Project Name**: vgwin - **Description**: A lightweight 2D vector drawing framework for Windows. - **Primary Language**: C++ - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: https://github.com/touchvg/vgwin - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-07-23 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TouchVG for Windows This is a lightweight 2D vector drawing framework using [TouchVGCore](http://git.oschina.net/vg/vgcore) for Windows. If you want to use TouchVG in WPF projects, please visit [the WPF edition](http://git.oschina.net/vg/vgwpf). ## License This is an open source [LGPL 2.1](LICENSE.md) licensed project. It uses the following open source projects: - [TouchVGCore](http://git.oschina.net/vg/vgcore) (LGPL): Cross-platform vector drawing libraries using C++. ## How to Contribute Contributors and sponsors are welcome. You may translate, commit issues or pull requests on this Github site. To contribute, please follow the branching model outlined here: [A successful Git branching model](http://nvie.com/posts/a-successful-git-branching-model/). Welcome to the Chinese QQ group `192093613` to discuss and share. ## Contributors - [Zhang Yungui](https://github.com/rhcad) - [Archer](https://github.com/a7ch3r) - [Pengjun](https://github.com/pengjun) / Line and triangle commands ## How to Compile - Download or clone [TouchVGCore](http://git.oschina.net/vg/vgcore) to `..\vgcore`. - Open `Test_vc9.sln` in Visual Studio 2008 (Need VC++), then run `TestView` or `TestCanvas` application.