[2D application] generatoon (character generator)
Posted: Wed Jan 04, 2023 5:37 pm
Hi
here is a little 2D application to create easily some characters :

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):

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

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

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

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

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):

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

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

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


Cheers !