I need to create a web application that, among other things, includes the following tasks
- Download 3D models from the database.
- Display a 3D model.
- Perform inverse kinematic calculations to generate a sequence of steps to move the model from initial to final.
- Real-time animation display.
The application was originally intended for a PC-based application on Qt / OpenGL, but we are exploring whether it can be implemented as an Internet-based application.
My web development knowledge is still limited.
What would be the recommended approach / technology to come up with a solution for this?
Thank!!
Update: Preferred platforms Independent solutions. The application should run on Mac and Windows computers.