mapbox / mapbox-scenekit

Other
231 stars 51 forks source link

Deprecation Warning #88

Open ekurutepe opened 4 years ago

ekurutepe commented 4 years ago

Hello there, I've seen the deprecation warning in README. I am planning use this SDK to build a feature in an app I'm working on. https://twitter.com/ekurutepe/status/1165384114138165248

Are there fundamental changes planned upstream which would break this SDK?

avi-c commented 4 years ago

There isn’t any breaking change planned. The warning is mainly that we aren’t actively supporting it or planning changes. It’s more likely that changes in Apple’s SceneKit API will be the source of issues.

We welcome pull requests and additions though.

Since at the core everything is driven by making tile requests from the Mapbox tile API everything should work as is and any future changes will be well documented by the tile API.

ekurutepe commented 4 years ago

Thanks for the clarification. This is what I had expected.

I already have my own fork which gets rid of the polylines should stick to terrain assumption (I'm using it for a flight log rendering feature) and few other small changes. Happy to contribute them back if interested.