Skip to content

vertspirit/sculptgl

 
 

Repository files navigation

Status

I don't maintain Sculptgl anymore (except small/minor fixes).

SculptGL - WebGL sculpting

You can try it here.

Additional information can be found on the website.

Tools

Nodejs needs to be installed nodejs.

Then for the browser build :

yarn # npm install
yarn dev # npm run dev (npm run release for final build, npm run website should not be used)
// visit app/index.html

For standalone :

yarn add electron
yarn add electron-packager
yarn standalone

Credits

Environments

The raw environments are from https://hdrihaven.com/hdris

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 1.1%
  • Other 2.0%