SculptGL : Web based sculpting tool

All discussions related to Animation and Graphic Deign go here...

Moderators: kikikikikiki, diptanshu, Dalbir

Post Reply
User avatar
Paramvir
Site Admin
Posts: 1537
Joined: Tue Mar 21, 2006 10:38 pm
Location: Mumbai, India
Contact:

SculptGL : Web based sculpting tool

Post by Paramvir »

SculptGL is an awesome Web based sculpting tool.

SculptGL is a web sculpting application, powered by WebGL and JavaScript. Source code on github here.
It is a port from a previous C++ school project that I made at the University of Montréal as an exchange student.
You can find the C++ application here. It is less advanced than the web version, and I won't maintain it.

It features dynamic and adaptive topological tools, as well as more classical sculpting tools, such as drag, brush or smooth.
Adaptive sculpting enables changes in the topological genus (holes and merges).
The technique is based on lucian stanculescu's freestyle paper.
Inflate and deflate are the best tools to trigger topological changes.
Adaptive sculpting might be a little buggy... (for example you shouldn't use it with a mesh that already contains self-intersection).

Right now, best performance are reached on Chrome.
On Firefox 22, the number of vertices is limited to 65536, on version 24 the limitation will be gone.

Check it on FireFox.
Post Reply