Dust3D is a free, open-source, cross-platform 3D modelling application built around one idea: getting from concept to a rigged, UV-unwrapped, game-ready model as fast as possible.
It comes from Jeremy Hu, the same developer behind AutoRemesher — which tells you something about the priorities. Both tools attack the unglamorous parts of the pipeline.

The Approach
Instead of pushing vertices, you build forms from spheres and connections — a node-based skeleton that generates surface around it. Think of blocking a creature as a stick figure with volume, then refining.
That constraint makes it dramatically faster for a specific category of work: creatures, characters and organic props where the silhouette matters more than surface precision.
What It Automates
- Automatic UV unwrapping — generated as you model, not as a separate stage
- Automatic rigging — it can generate a skeleton from the structure you built
- Material and texture generation
- Standard format export for game engines
Those first two are the point. UV unwrapping and rigging are the two stages where most beginner projects stall — having them handled means you get an animatable asset rather than an abandoned mesh.
Who It Suits
Indie developers who need creatures and characters quickly, prototypers testing an idea before committing, and anyone who finds traditional modelling workflows a barrier rather than a craft.
Honest Limits
Generated topology is generated topology. It is fine for stylised work and prototypes; it is not what a character artist would author by hand, and deformation-critical areas will not have loops where a professional would place them.
It also cannot do hard-surface or architectural work — the entire approach is organic. For precision modelling you want Blender or CAD.
Treat it as the fastest route to a usable creature, not a replacement for learning topology.
Creator: Jeremy Hu (huxingyi) · Price: Free / open source · Platform: Windows, macOS, Linux
Compare it against other free options in our free 3D modeling software guide, and see the free character creation pipeline.