This topic has been archived. It cannot be replied.
-
工作学习 / 科技领域杂谈 / 自己开发了一个非常不错的.NET图形处理控件,可应用于游戏和可视化。大家出个主意,是开个网站卖好,还是放在别人的网站卖好? 如果觉得放在别人的网站卖好,可否推荐一些好的网站。
-webearth(加拿大农民);
2007-11-12
(#4053011@0)
-
try shareware.. or post evaluation copy here..
-sunday8(sunday8);
2007-11-12
(#4053019@0)
-
补充以下,据我所知,目前仅有一家销售同类产品(499USD/Per License),但没我做的好,本人有意与之竞争一下。
-webearth(加拿大农民);
2007-11-12
(#4053033@0)
-
都说自己的儿子最帅,拿出来秀一秀啊:)
-walacato(一天到晚游泳的鱼);
2007-11-12
(#4054270@0)
-
is there anyone who has experience selling his own developed product? You suggestions are very welcome. Thanks!
-webearth(加拿大农民);
2007-11-12
(#4053056@0)
-
what kind of component? I have been working on image processing .NET assembly for a long time
-sowen(sowen);
2007-11-20
(#4070976@0)
-
It is a kind of 3D visualization tool package and can be used in contouring, iso-surface generation, texture mapping and CAD operation. Everything is under way. It woud be released at the end of this year.
-webearth(加拿大农民);
2007-11-20
(#4071125@0)
-
that sounds cool. I am only working on 2D stuff. If you are interested, visit the URL as a reference.
-sowen(sowen);
2007-11-21
{173}
(#4071657@0)
-
Me too. Actually, I am a civil Engineer, not a IT guy. I am just very interested in scentific visualization.I have been coding in my spare time. Your personal website is really cool. What kind of tool were you using to build it up? I am not very familar with website construction and just found a tool ---DotNetNuke which could be used for my purpose. Can you recommand me any other easy or convinent way for website setup? Thanks.
-webearth(加拿大农民);
2007-11-21
{328}
(#4072396@0)
-
ASP.NET master page + web user control, fairly easy.
-sowen(sowen);
2007-11-21
(#4073355@0)
-
great job, are you focused on any special application field? I am very interested in it.
-kun8(kun);
2007-11-24
(#4079451@0)
-
It is mainly focused on 3D scientific visualization (Data visualization). I will notify you guys once it is done
-webearth(加拿大农民);
2007-11-25
(#4079975@0)
-
Interesting... Is it capable of extracting CAD data, and reading other type of CAD files, e.g. Vero or Unigraphic?
-sunday8(sunday8);
2007-11-25
(#4080620@0)
-
Why .NET? I haven't seen any popular game or science projects using it. It is slow, uses more memory.
-liquid(avaya);
2007-11-25
(#4080324@0)
-
Somtimes I have to deal with over 1,000,000 triangles with texture.I don't see the speed slows down too much since it allows you to choose VFO for rendering model. As for momery, I am sure it will not a big issue in the future. Of course, I agree with you that C and C++ is the fastest.
-webearth(加拿大农民);
2007-11-25
{221}
(#4081391@0)
-
Do you use DirectX or OpenGL? As there is additional performance penalty for COM interoperability. I am asking this because .NET is not best choice for game or science projects where performance is critical.
-liquid(avaya);
2007-11-25
(#4081564@0)