views:

40

answers:

1

I want to create a 3d application desktop manager in C++. How do I go about making application render to a 3D surface, like OpenGL or DirectX, for example? Any API, information or links would be helpful since I've scoured the net and can't find any information on this.

A: 

wow, that is awfully vague. No idea what language you are looking to do this in. Are there any example of 3D application desktop managers that you are trying to replicate? Have you asked them how they are doing it?

Phill Duffy
Hi sorry, the language is C++. I guess this would be a good example. http://en.wikipedia.org/wiki/BumpTop
tor