문제

Is xtk_edge version ready for use? I've found a significant shift in apis from the previous version. What does the word "edge" mean for end user's like me, who has to determine if this version can be rolled into my project?

Should I continue to use older release? For some reason api.gotoxtk.com isn't working. So I couldn't look up the new api signature.

Would you consider starting a blog to post such major release notes?

Thank you, Shrek

도움이 되었습니까?

해결책

Yes there were some API changes recently which in our eyes makes XTK much easier to use.

To avoid breaking existing projects, we decided to skip the releases for a while.

There are currently three important files:

http://get.goxtk.com/xtk.js - The latest stable XTK release which links at the moment to xtk_release4.js

http://get.goxtk.com/xtk_release4.js - XTK release 4 using the old API

http://get.goxtk.com/xtk_edge.js - The current master of XTK using the new API

For new developments, one should use xtk_edge.js to interface the new API. This release is also stable and ready to use.

To be safe to not break existing old code in the future, it is recommended to use xtk_release4.js instead of xtk.js since we will switch the xtk.js link to the new API in the future.

On July 12th or August 12th we will switch xtk.js to the new API when performing a new release.

The current API documentation is here: http://api.goxtk.com/renderer3D.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top