Yang-Xijie / ExARLive2D

An iOS app using ARKit to track face and show live2d model. [Swift+UIKit+GLKView]
5 stars 0 forks source link

Rewrite the SDK using Swift #16

Closed Yang-Xijie closed 2 years ago

Yang-Xijie commented 2 years ago

Well unnecessary because SDK provides enough things for us to use.

If you want to achieve high customization, or you want to make the project highly Swifty, feel free to do it.

You may write the rendering codes by yourself.

Remember that C could be called directly in Swift.

Yang-Xijie commented 2 years ago

Well if you want to challenge yourself, then go ahead.