用于 WebGL 自行车配置器的 iPhone 3D 引擎

发布于 2024-12-22 18:36:05 字数 1431 浏览 0 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北斗星光 2024-12-29 18:36:05

鉴于您熟悉 javascript,我建议您使用 Unity3D,这样您就可以在 UnityScript 中进行编码,UnityScript 也是 ECMAScript 派生的。

Given that you are comfortable with javascript I would suggest using Unity3D so you can code in UnityScript which is also ECMAScript derived.

百思不得你姐 2024-12-29 18:36:05

在通过为我的需要做了一个小演示来尝试 NinevehGL 和 ISGL3D 后,我可以说以下内容:

-NinevehGL 0.9.2: 这是一个易于使用的框架。它很棒,但还缺乏许多功能。然而,当添加更多功能时,它将成为一个很棒的框架。我敢肯定! API 已完整记录,您可以直接在 XCode 上安装文档。

-ISGL3D 1.2.3:使用起来比较困难。它有很多功能。然而,它有一些尚未解决的错误。原因是主要开发人员没有时间维护代码。其他开发人员对继续他的工作表现出了兴趣,并将代码移至 Github。但那里的活动非常低。活跃的是 isgl3d google 组。该 API 在框架的 Web 上有很好的文档记录。

所以现在我将像 @ade 建议我那样尝试 Unity...

编辑:

-Unity: 这确实是一个很棒的框架。我已经做了一个演示,并且我比其他的更喜欢它。我现在选择它,因为 3D 文件导入系统非常出色,您可以将您的作品导出到多个平台。如果你喜欢 JavaScript,你就会喜欢它。重要的是,如果您对代码有疑问或错误,Unity 答案中有很多在线材料可以帮助您 ( http://answers.unity3d.com/)。最后,要开始查看此 URL:http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html

After trying myself NinevehGL and ISGL3D by doing a small demo for my needs I can say the following:

-NinevehGL 0.9.2: It's an easy to use framework. It's great but it lacks of many features yet. However, when more features gets added, it will be a great framework. I'm sure! The API is fully documented and you can install documentation directly on XCode.

-ISGL3D 1.2.3: It's more difficult to use. It has a lot of features. However, it has bugs which are not being solved. The reason for that is main developer don't have time to mantain code. Other developers has shown interest in continuing his work and have moved code to Github. But activity there is very low. What is active is isgl3d google group. The API is very well documented on framework's web.

So now I will try Unity like @ade suggested me...

EDIT:

-Unity: It's really a great framework. I have already done a demo and I like it over the rest. It is my choice now because 3D file importing system is very great and you can export your work to multiple platforms. If you like JavaScript you will like it. What is important is that if you have doubts or errors in your code, there is a lot of material online to help you in Unity answers ( http://answers.unity3d.com/ ). Finally, to get started check out this URL: http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文