Floraverse
As I'm a fan of the Floraverse comic, I wrote a generator making characters living in the world of the comic.Initially on my main website, I moved the generator and other related Floraverse tools on its own website here, next to the Toy Cat Creator.
Origin
The character generator is inspired by this journal post on deviantArt, which used Marnok's NPC generator to generate personality traits.History
The current generator is the sixth iteration of the generator.The first version was a written in Java and started as a desktop application, before I added features to run it as a webservice. This led to the creation of the feuforeve.fr website, to initially host that generator.
The second version was written in Guile Scheme and ran only as a webservice.
The third version was based on the previous version and was the result of the merger of several generators I wrote and hosted on feuforeve.fr website into a single project.
The fourth version was caused by a rewrite of feuforeve.fr website in Racket.
The fifth version is an iteration of the previous to separate the data used by the generators from the code.
The sixth and current version is a port of the fifth version back in Java.