that sounds cool. I am only working on 2D stuff. If you are interested, visit the URL as a reference.
sowen(sowen)
Even though I have many clients, but to be honest, I don't make a fortune, because I don't pay online ad and I am doing this only for my own interest not mainly for money.
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)
Even though I have many clients, but to be honest, I don't make a fortune, because I don't pay online ad and I am doing this only for my own interest not mainly for money.
Me too. Actually, I am a civil Engineer, not a IT guy. I am just very interested in scentific visualization.
-webearth(加拿大农民);
2007-11-21{328}(#4072396@0)
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.
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.
-webearth(加拿大农民);
2007-11-25{221}(#4081391@0)
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.
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)