https://github.com/ty0x2333/tylive2d
iOS Live2D SDK
https://github.com/ty0x2333/tylive2d
carthage cocoapods ios live2d objective-c-plus-plus
Last synced: about 1 year ago
JSON representation
iOS Live2D SDK
- Host: GitHub
- URL: https://github.com/ty0x2333/tylive2d
- Owner: ty0x2333
- License: mit
- Created: 2017-02-24T08:37:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T09:24:20.000Z (about 9 years ago)
- Last Synced: 2024-04-23T10:43:44.402Z (about 2 years ago)
- Topics: carthage, cocoapods, ios, live2d, objective-c-plus-plus
- Language: C++
- Homepage:
- Size: 31.6 MB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TYLive2D
[](https://travis-ci.org/luckytianyiyan/TYLive2D)
[](http://cocoapods.org/pods/TYLive2D)
[](http://cocoapods.org/pods/TYLive2D)
[](http://cocoapods.org/pods/TYLive2D)
[](https://github.com/Carthage/Carthage)
Inspiration from [DaidoujiChen/DaiLive2DPlayground](https://github.com/DaidoujiChen/DaiLive2DPlayground)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation
#### CocoaPods
**TYLive2D** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'TYLive2D'
```
#### Carthage
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with [Homebrew](http://brew.sh/) using the following command:
```shell
$ brew update
$ brew install carthage
```
To integrate **TYLive2D** into your Xcode project using Carthage, specify it in your `Cartfile`:
```
github "luckytianyiyan/TYLive2D"
```
Run `carthage` to build the framework and drag the built `TYLive2D.framework` into your Xcode project.
## Author
luckytianyiyan, luckytianyiyan@gmail.com
## License
TYLive2D is available under the MIT license. See the LICENSE file for more info.