This is a lightweight 2D vector drawing framework using vgcore for Windows.
- TestText project uses MFC and GDI+.
- TestView project uses WIN32 API and GDI+.
If you want to use TouchVG in WPF projects, please visit vgwpf.
This is an open source LGPL 2.1 licensed project. It uses the following open source projects:
- vgcore (LGPL): Cross-platform vector drawing libraries using C++.
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.
- Zhang Yungui
- Archer
- Pengjun / Line and triangle commands
- Download or clone vgcore to
..\vgcore
. - Open
Test_vc9.sln
in Visual Studio 2008 orTest_vc10.sln
in Visual Studio 2010 (Need VC++), then runTestView
orTestCanvas
application.