Skip to content

A versatile collection of image generation scripts.

Notifications You must be signed in to change notification settings

grigorijtomczuk/neiroart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENG RUS
logo

Neiroart

A versatile collection of image generation scripts.

Setup

There are some python packages required for these scripts to work:

  • numpy
  • Pillow

To set up the environment, install the packages according to requirements.txt:

$ pip3 install -r requirements.txt

Settings

The following parameters can be found in almost every script file:

  • MAX_X = the picture length;
  • MAX_Y = the picture height;
  • MAX_ITERS = the maximum amount of iterations during generation;
  • RESIZE_TO = a tuple for scaling in X and Y.

Procedural generation

map_simple.py

map_simple

map_linear.py

map_linear

map_squared.py

map_squared

Generation out of texture and symbol sets

glyphs.py

glyphs

enemies.py

enemies

zombatar.py

zombatar

Languages

  • Python 100.0%