|
I have been trying to create more good looking application,
but as far as I use the Microsoft controls bundled with Visual
Studio 2003, I have no choice. So, I've decided to create DirectX
based application, but as you know it very complicated to create
real 3D applications.
I took a look at DirectX sample code in the DirectX SDK. And I
found some DirectX based applications are quite easy. But if you
need to create your own 3D objects, you need 3D modeling software. I
found a free 3D modeling software "BLENDER".
http://www.blender3d.org/cms/Home.2.0.html
Blender has very unique mouse and keyboard operations, and it
took almost two weeks to learn how to use the BLENDER. While I was
struggling with "Blender", I found I don't have to create real
DirectX application if I just need 3D LOOKING!
That's why I created this application, 3D "Like" CPU Meter. It
has a 3D like background picture and the meter hand drawn by GDI+.
This is not a DirectX based application, but this could be a good
example of 3D looking 2D application :-).
|