Implement a 3D paint application: how to start?
- by NewB
Hello,
I want to implement a paint-like application, which will enable kids to create and work with 3 dimensional objects.
How can I start?
What is the right approach? WPF, OpenGL, or Direct3D?
(I prefer C# solutions, but C++ is OK also).
Thank you all in advance!
--NewB