Off Topic > Creativity
Pixel Art
<< < (749/1620) > >>
Conan:

--- Quote from: Plastiware on December 10, 2013, 06:18:10 AM ---your avatar isn't canon

--- End quote ---
yeah its clearly not me
Harm94:
I made this simple power armored Teutonic knight.
0xBRIANSMITH:

--- Quote from: LinearAlbatross on November 28, 2013, 10:47:44 PM ---

First try at some character style concepts.  Got some inspiration from Superbrothers: Sword & Sworcery EP. I tried to use one hue--except on the buttons--and I think that worked out pretty well.

--- End quote ---
I loved this so much that I wrote an entire character library in python.
from characters import Character

char = Character("parts") # a folder containing body parts separated from eachother
char.setHair(True)
char.setShirt("fancy")
char.skinColor((255,0,255,255))
char.collarColor((0,0,0,255))
char.pantsColor((255,255,0,255))
char.feetColor((100,125,0,255))
char.armsColor((10,100,250,255))
char.hairColor((100,12,127,255))
char.export("brian")

and that equates to


I'm about to make something for custom hair.
PurpleMetro:
holy stuff what libraries did you use?

teach me brian-senpai :(
0xBRIANSMITH:

--- Quote from: PurpleMetro on December 11, 2013, 09:15:55 PM ---holy stuff what libraries did you use?

teach me brian-senpai :(

--- End quote ---
I wrote my own library.
Navigation
Message Index
Next page
Previous page

Go to full version