dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Swift Example similar to ObjC #104

Open AnanlaTech opened 6 years ago

AnanlaTech commented 6 years ago

It would be helpful if the document contains swift examples

8secz-johndpope commented 3 years ago

There's this library - https://github.com/eugenebokhan/AssetImportKit

demo successfully loads fbx file. https://github.com/johndpope/demo-unistroy

AnanlaTech commented 3 years ago

There's this library - https://github.com/eugenebokhan/AssetImportKit

demo successfully loads fbx file. https://github.com/johndpope/demo-unistroy

Thanks a lot. Will check for the updates

8secz-johndpope commented 3 years ago

I found performance issues with underlying swift code base from eugenebokhan/AssetImportKit

This example has some swift code at app level https://github.com/johndpope/swift-2 https://github.com/johndpope/Swift-2/blob/master/ARKitExample/ARKitExample/ViewController.swift

I'm stuck in getting it this library to hot swizzle animations https://github.com/dmsurti/AssimpKit/issues/101

Please help if you can.