How can I animate 3D Graphics? I don't wanna use WebGL. Are there other ways to create 3D Graphics? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I animate 3D Graphics? I don't wanna use WebGL. Are there other ways to create 3D Graphics?

3D Graphics without WebGL

2nd Sep 2017, 1:15 PM
David
David - avatar
6 Answers
+ 8
OpenGL. Or use a game engine like Unity (C#/JS) or Unreal (C++).
2nd Sep 2017, 2:15 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 7
You can go the animator route (Blender's interface is controlled by Python + it has a Python API): https://www.blender.org/ Free and Open 3D Creation Software.
2nd Sep 2017, 8:02 PM
Kirk Schafer
Kirk Schafer - avatar
+ 6
On the web or on a PC you mean? If you mean PC you could learn OpenGL or Direct3D. There are a bunch of tutorials on the web.
2nd Sep 2017, 1:23 PM
Karl T.
Karl T. - avatar
+ 5
Blender has lots of YouTube tutorials and decent user groups. You can post your creations and ask for advice (represent your experience faithfully) and as far as I have seen feedback is direct and honest. I'm a little unclear on exactly how programming interfaces with it + its output but ... understanding how this tool fits into industry ideas seems like it can only help developers looking into doing 3D with storyboards, cameras, etc.
2nd Sep 2017, 8:21 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
Thank you!
2nd Sep 2017, 1:25 PM
David
David - avatar
+ 2
Thank you all for your help. Really! I like this app
2nd Sep 2017, 8:04 PM
David
David - avatar