Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhcad/touchvg
A lightweight 2D vector drawing framework mainly using C++ for iOS, Android and Windows.
https://github.com/rhcad/touchvg
android ios touchvg wpf
Last synced: 26 days ago
JSON representation
A lightweight 2D vector drawing framework mainly using C++ for iOS, Android and Windows.
- Host: GitHub
- URL: https://github.com/rhcad/touchvg
- Owner: rhcad
- License: other
- Created: 2013-10-10T09:42:53.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2019-12-04T13:37:32.000Z (about 5 years ago)
- Last Synced: 2023-11-07T21:15:52.509Z (about 1 year ago)
- Topics: android, ios, touchvg, wpf
- Language: C++
- Homepage: http://touchvg.github.io/doc/
- Size: 24.8 MB
- Stars: 150
- Watchers: 30
- Forks: 65
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.