How to generate animated models compatible with Raylib without Blender ... #4093
SuperUserNameMan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I don't know about you, but I'm allergic to Blender because the learning curve is too high.
Raylib is simple and quick to learn.
My project is simple and quick to implement.
My brain is simple and quickly overflown.
So the external tools i use must be simple and quick to learn too.
Regarding easy modeling and animation, so far i found :
.gltf
and.glb
, and static.obj
.gltf
since #4112.iqe
and static.obj
.iqe
can be converted to.iqm
using https://github.com/lsalzman/iqm ; Can also import.obj
to rig and animate them easily ; (IQM embedded textures fully supported since #4092).obj
and static.gltf
and.glb
Questions :
What simple tools do you use for modeling, texturing and animation ?
What is your work flow ?
Beta Was this translation helpful? Give feedback.
All reactions