An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# BlobSculptor

### _A desktop app for building ZombieNW Blob avatars._

![Languages](https://badgen.net/badge/language/Python/yellow) ![Platform](https://badgen.net/badge/platform/Windows/blue) ![License](https://badgen.net/badge/license/MIT/red)

# 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`.