+ 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
6 Answers
+ 8
OpenGL.
Or use a game engine like Unity (C#/JS) or Unreal (C++).
+ 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.
+ 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.
+ 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.
+ 2
Thank you!
+ 2
Thank you all for your help. Really! I like this app