Skip to content

doyousketch2/PixelDraw.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelDraw.py

Create polygons from pixels in Blender
(Scroll down for more examples)

DragonsCurse

Required:

first, get Blender from their website.

then you'll need PyPNG:

you can use pip for Python3:
pip should come with any recent version of Python.

linux - use synaptic package manager, or:
sudo apt-get install python3-pip
mac:
sudo easy_install pip

next, use pip to install PyPNG:

debian:
sudo pip3 install pypng
linux, mac:
sudo python3 -m pip install pypng
or win:
py -m pip install pypng

DoomHead

Marine

Mario

Sonic

Tanooki

About

Create polygons from pixels in Blender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages