有多少平台可用于3D实时绘图项目. [英] How many platform available for 3D Real time Plotting projects.

查看:110
本文介绍了有多少平台可用于3D实时绘图项目.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有多种平台可用于设计实时绘图应用程序.我使用Visual Studio 2005在C#中设计了这种类型,但是问题出在内存使用和绘制速度上非常慢.我应该选择哪种语言(内存使用量更少,绘图速度更快)和平台(独立于OS).

任何建议都应该对我有帮助.

Thanxs

There are various platform available for designing real time plotting application. I design this type in C# using visual studio 2005 but the problem lies in memory usage and plotting very very slow. Which language should i choose (which provide less memory usage and fast plotting) and platform(independent on OS).

Any Suggestion should be helpful to me.

Thanxs

推荐答案

如果您想成为平台无关的人,那么您可能会使用Java. C#仅是Windows,而C和C ++尽管独立于编译器",但一旦进入UI时,便会与OS捆绑在一起.

下一部分是性能和内存.坦率地说,好的Java会为您提供相当简单的性能.但这就是症结所在 java.
将数据与显示器分开,一个经典的问题是每次重新绘制显示器时都要重新计算所有内容.
If you want to be platform independant then you are probably going to use Java. C# is windows only, and C and C++, though ''compiler independent'', do get tied down to OS once you hit thje UI.

The next part is performance and memory. To be frank, good java will provide you with pretty impresive performance. But that is the crux, good java.
Seperate your data from your display, a classic problem is recalculating everything everytime the display redraws.


这篇关于有多少平台可用于3D实时绘图项目.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆