Page 1 of 1

Procedural Name Generator

Posted: Sat Oct 15, 2022 7:05 pm
by SelfDotX
Markov process-based procedural name generator.

Small, fast(ish) name generator that uses name/word lists as training data and produces 'reasonable' names/words based on the training data.

This is a port of a C# Implementation minus a few QoL functions that can be easily implemented. Prints out 10 names to console.

Includes a names list with 5000 entries for training.

Re: Procedural Name Generator

Posted: Sun Oct 16, 2022 10:01 pm
by Gunroar:Cannon()
Examples of names it can generate?

Re: Procedural Name Generator

Posted: Mon Oct 17, 2022 9:02 am
by darkfrei
Gunroar:Cannon() wrote: Sun Oct 16, 2022 10:01 pm Examples of names it can generate?
Frand
Anith
Deliana
Jalen
Nalynda
Rhia
Amberl
Berg
Liney
Arista
:awesome: (press space to generate extra 10 names)
2022-10-17T11_24_54-Lua Name Generator.png
2022-10-17T11_24_54-Lua Name Generator.png (26.64 KiB) Viewed 3119 times

Re: Procedural Name Generator

Posted: Mon Oct 17, 2022 10:37 am
by Gunroar:Cannon()
Ah, thanks. Rotlove can also do this (allows you to put in your own data too) but the lib is still good. :)