最适合建模模拟的语言?

发布于 2024-07-13 06:08:53 字数 141 浏览 5 评论 0原文

我将参加一个模特比赛,为期三天。 我需要一种快速且专为建模(例如 2D/3D 模型)而设计的语言。

我考虑过这些语言:

  1. Python
  2. Sage

您会使用哪些语言?

I will participate a modeling competition, which spends three days.
I need a language which is fast and designed for modeling, such as to 2D/3D models.

I have considered these languages:

  1. Python
  2. Sage

Which languages would you use?

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

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

发布评论

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

评论(3

酒儿 2024-07-20 06:08:53

您应该使用您最熟悉的语言,并且该语言具有足够好的工具来完成手头的任务。 根据比赛的时间,您可能没有时间学习新的语言/环境。

You should use the language that you know best and that has good-enough tools for the task at hand. Depending on when the competition is you may have no time to learn a new language/environment.

无远思近则忧 2024-07-20 06:08:53

看看http://www.processing.org/——它是一种编程语言(类似于java)和专门为模拟和数据可视化而开发的IDE。 鉴于它是在教学环境中开发的,它将很容易使用,并且很快就会给你带来很好的结果——我已经看到了令人惊叹的应用程序(例如,图表网页复杂化

have a look at http://www.processing.org/ -- it is a programming language (similar to java) and IDE especially developed for simulation and data visualization. given that it was developed in a teaching context, it will be easy to use and will give you great results in no time -- i have seen amazing applications (e,g, webpages as graphs, complexification)

梦在夏天 2024-07-20 06:08:53

我会使用 C++,因为它需要三天的时间,我有时间编写 C++ 代码,而且它比 python 快得多,如果是一日比赛,这将是我的选择。 所以我可能会使用带有 OpenGL 和 SDL 的 C++ 来构建模型。 我首先会用 C++ 编写模拟,如果最后有时间,我会尝试在着色器中实现它们(如果可能的话)。

I would use C++, since it spends three days I would have time to write C++ code, and it's a lot faster then python, which would be my choice if it were a one day competition. So I would probably use C++ with OpenGL and SDL for the models. The simulations would I first write in C++, and if I had time at the end I would try to implement them in a shader if it were possible.

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