https://github.com/zombienw/blobsculptor
Desktop application to build 3d Character Models.
https://github.com/zombienw/blobsculptor
blender pywebview sveltekit
Last synced: 2 months ago
JSON representation
Desktop application to build 3d Character Models.
- Host: GitHub
- URL: https://github.com/zombienw/blobsculptor
- Owner: ZombieNW
- Created: 2026-03-30T23:13:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T07:34:01.000Z (2 months ago)
- Last Synced: 2026-04-03T07:59:23.327Z (2 months ago)
- Topics: blender, pywebview, sveltekit
- Language: Svelte
- Homepage: https://zombienw.com/Blob
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlobSculptor
### _A desktop app for building ZombieNW Blob avatars._
  
# Usage
- Have Blender 5.0 or greater installed.
- Download BlobSculptor from releases.
- Open, select hair, select color, click "Sculpt"
- `.blend` file will be output to same directory as executable.
# Screenshots
# Stack
I am using a stack I've not seen used before for this program. The frontend is built with `SvelteKit` and the backend is in `Python`. The `SvelteKit` interface runs inside a `PyWebView` window and is built into an executable using `PyInstall`.