desktop effects

Status
Not open for further replies.

amey_dude

Journeyman
Hello, I want to develop an application which gives effects to desktop. Say its like i want to develop a clone of compiz on windows. I dont want every feature, but i cant understand where to start. I am leaning towards directx and c++ for the 3d effects. I the first feature i am going to implement is the expose feature. I want feedback from u people and want a starting point. Any experienced people share your codes or any reference material similar to the project i want to develop.
 

dheeraj_kumar

Legen-wait for it-dary!
Learn the API! You need to understand Win32 API well, in order to proceed. Dig through MSDN's Platform SDK help section, as well as the 25 MB Win32.HLP found online. I dont know about using DirectX for 3D effects, but you need to know the basics of drawing, animation, and blitting.
 
Status
Not open for further replies.
Top Bottom