Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 12.1 KB

README.md

File metadata and controls

38 lines (27 loc) · 12.1 KB

Generators of generators

Create random text generators easilly without programming!

This app lets you create generators like this generator of stories.

The application

Showcase

I've created theese two sample subgenerators:

This app lets you create your own generators like this too.

Building

QT and QMake is required.
Only building on Linux is officially supported yet (I managed to build it on Windows too, but don't ask me how):

  1. Clone the repository
  2. Create directory build
  3. Run qmake .. and make in it
  4. Built binary should be in build/GeneratorOfGenerators

In summary, run:

git clone https://github.com/FireFragment/generator-of-generators
cd generator-of-generators
qmake
make
./build/GeneratorOfGenerators