# TouchVG **Repository Path**: rhcad/TouchVG ## Basic Information - **Project Name**: TouchVG - **Description**: 主要由C++实现的轻量级2D矢量绘图框架,可在 iOS、Android、Windows 上构建矢量绘图应用。 - **Primary Language**: C++ - **License**: BSD-2-Clause - **Default Branch**: develop - **Homepage**: https://github.com/rhcad/TouchVG - **GVP Project**: No ## Statistics - **Stars**: 43 - **Forks**: 20 - **Created**: 2013-12-24 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: image-processing **Tags**: None ## README # TouchVG Lightweight 2D vector drawing frameworks mainly using C++ for iOS, Android and Windows. ![iphone1](http://touchvg.github.io/images/iphone1.png) ![iphone2](http://touchvg.github.io/images/iphone2.png) ![android1](http://touchvg.github.io/images/android1.png) ## Modules ![arch](http://touchvg.github.io/images/arch.svg) - Unit-test projects: - [vgios-demo][vgios-demo] - [vgandroid-demo][vgandroid-demo] - [vgwpf-demo][vgwpf-demo] - Example applications - [vgios_examples][vgios_examples] - [iOSColorPad][iOSColorPad] - [AndroidDrawing][AndroidDrawing] - [DemoCmds][DemoCmds] - [DemoImport][DemoImport] [vgcore]: https://github.com/rhcad/vgcore [vgios]: https://github.com/rhcad/vgios [vgandroid]: https://github.com/rhcad/vgandroid [vgwpf]: https://github.com/rhcad/vgwpf [vgios-demo]: https://github.com/rhcad/vgios-demo [vgandroid-demo]: https://github.com/rhcad/vgandroid-demo [vgwpf-demo]: https://github.com/rhcad/vgwpf-demo [vgios_examples]: https://github.com/rhcad/vgios_examples [iOSColorPad]: https://github.com/rhcad/iOSColorPad [AndroidDrawing]: https://github.com/rhcad/AndroidDrawing [DemoCmds]: https://github.com/rhcad/DemoCmds [DemoImport]: https://github.com/rhcad/DemoImport ## Build - [Build for iOS](ios/README.md) - [Build for Android](android/README.md) - [Build for Windows](wpf/README.md) - [Build for other platforms](core/README.md) ## License This is an open source [BSD licensed](LICENSE) project.