2 Star 4 Fork 1

TouchVG / vgios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

TouchVG for iOS

This is a lightweight 2D vector drawing framework using TouchVGCore for iOS. It uses the CoreGraphics and UIKit frameworks to render shapes and handle gestures.

Features described in Online document. Please visit TouchVG Demo to see more examples.

arch

iphone1 | iphone2

License

This is an open source LGPL 2.1 licensed project. It uses the following open source projects:

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.

Welcome to the Chinese QQ group 192093613 to discuss and share.

Contributors

How to Compile

Compile TouchVG with CocoaPods

Type pod install or pod update --no-repo-update, then open TouchVG.xcworkspace in Xcode, then build the TouchVG or TouchVG-SVG target.

  • Remove libPods-TouchVG-TouchVG-SVG.a and libPods-TouchVG.a from Link Binary With Libraries.
  • libTouchVG.a does not support SVG display.
  • libTouchVG-SVG.a can display SVG shapes using [SVGKit](https://github.com/SVGKit/SVGK

Compile TouchVG without CocoaPods

Alternatively, you can build as one of the following methods:

  • Open TouchVG/TouchVG.xcodeproj in Xcode, then build the TouchVG or TouchVG-SVG target.

    • libTouchVG.a does not support SVG display.
    • libTouchVG-SVG.a can display SVG shapes using SVGKit.
  • Or type ./build.sh to compile static libraries to the output directory.

    • Type ./build.sh -arch arm64 to make for iOS 64-bit.
    • Type ./build.sh clean to remove object files.it).

Use TouchVG with CocoaPods

TouchVG is available on CocoaPods. Just add the following to your project Podfile:

pod 'TouchVG'

Or use the develop version:

pod 'TouchVG', :podspec => 'http://git.oschina.net/vg/vgios/raw/develop/podspec/TouchVG.podspec'

Or add the following to use SVG rendering feature with SVGKit:

pod 'TouchVG-SVG', :podspec => 'http://git.oschina.net/vg/vgios/raw/develop/podspec/TouchVG-SVG.podspec'

Then type pod install or pod update --no-repo-update. Need to copy podspec/SVGKit.podspec to ~/.cocoapods/repos/master/Specs/SVGKit/2.0/ to use the lastest version of SVGKit.

Use TouchVG without CocoaPods

  • Add libTouchVG.a and libTouchVGCore.a to your project, or set OTHER_LDFLAGS as -lTouchVGCore -lTouchVG.

  • If the error Undefined symbols for architecture ...in libTouchVGCore.a occurs, then change the source file which uses TouchVG as *.mm rather than *.m to link with C++ classes.

Add more shapes and commands

  • You can use newproj.py to create library project containing your own shapes and commands. So the TouchVG and TouchVGCore libraries does not require changes.

    • Checkout and enter DemoCmds directory, then type python newproj.py YourCmds:

      git clone http://git.oschina.net/vg/DemoCmds.git
      cd DemoCmds
      python newproj.py MyCmds

空文件

简介

A lightweight 2D vector drawing framework for iOS. 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Objective-C
1
https://gitee.com/vg/vgios.git
git@gitee.com:vg/vgios.git
vg
vgios
vgios
develop

搜索帮助