简体   繁体   中英

iOS development - alternative to unity3d for basic 3D app

I need to make a simple text/info app that has some simple 3D views, but I cant justify the cost of unity at the moment, and have no experience with Objective C.

Are there any other SDK's that support 3D for iOS that don't require knowledge of Objective C? and have a low cost or ideally free during development.

I would recommend cocos3d , even though it's only a very early version. It's easy to use and open-source (free). You do need some objective C knowledge, but if you have time to run through a couple tutorials, you should be able to produce some nice results with very little effort. This should help you get started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM