[2D application] generatoon (character generator)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
[blendman]
Enthusiast
Enthusiast
Posts: 297
Joined: Thu Apr 07, 2011 1:14 pm
Location: 3 arks
Contact:

[2D application] generatoon (character generator)

Post by [blendman] »

Hi

here is a little 2D application to create easily some characters :

Image


The code is open-source (mit licence) with 3 "banks" for the examples
- cartoon human : cartoon human
- cat : a simple cat but without legs and arms
- mookey : a kind of animal (just the head).

To download the full code source (with images) :
https://github.com/blendman/generatoon

A video to see what is generatoon :
https://www.youtube.com/watch?v=dHUIYqc641w


It is a software that allows you to create hundreds of characters, all more or less different, in a completely random way.
Then, we can modify a character obtained if we wish, and we can even generate random expressions :).

It can be used to create characters for comics, illustrations, games, animations, etc...
Some examples (old versions):

Image

I added a "template" system. Once the character suits us, we can test different types with the same elements:
Image

And when we have chosen the template, we can generate expressions (in a few seconds (2 or 3 seconds for 20 expressions):
Image

Another random expression example (it takes about 4 seconds to create the expressions :)) :
Image

Cheers !
Last edited by [blendman] on Sat Jan 07, 2023 5:11 pm, edited 1 time in total.
marc_256
Addict
Addict
Posts: 835
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: [2D application] generatoon

Post by marc_256 »

Hi blendman,

I always love your work,
very nice program,
thanks
Marco
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: [2D application] generatoon (character generator)

Post by idle »

well done thanks for sharing
Post Reply