probably a stupid question

Started by
0 comments, last by ll0377 19 years, 2 months ago
I've read about directx and opengl but i haven't been able to find out if they will let me take maya maps and images and apply interactivity and c++ programing to it. What program would let me do that and where can i get it?? thanks
Advertisement
I think you're thinking of this backwards. You don't really take images and make them interactive by applying a programming language to it. It's more like you make an interactive program (perhaps using C++ and DirectX) and incorporate into it, images and other resources. So for example you might have a program that lets you move a picture around when you press the arrow keys. The program itself might be programmed in C++. You can use the Direct3D or OpenGL graphics libraries in your program. You can then load whatever images you want into this program.
........................Leo LeeSoftware Engineerhttp://www.leolees.com

This topic is closed to new replies.

Advertisement