~shockham/meshi

Point rendered meshes from photos
a38bcd25 — shockham 4 years ago
Add noise and colour variation to the fragments
6b4a6a32 — shockham 4 years ago
Add initial random fuzzing to the edges of the primitives
76ff02da — shockham 4 years ago
Add the geometry primitive shape offset to the geometry shader output

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~shockham/meshi
read/write
git@git.sr.ht:~shockham/meshi

You can also use your local clone with git send-email.

#Meshi

Generate 3d point rendered meshes from a png.

#Usage

    meshi path/to/image.png

#Installation

Clone this repo and then install using cargo:

    git clone https://git.sr.ht/~shockham/meshi 
    cd meshi
    cargo install --path .