Skip to content

Random image generator based on on random math expressions

Notifications You must be signed in to change notification settings

Cianidos/randomart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Art generator

Inspired by https://github.com/tsoding/randomart

Now it's a one-evening implementation.

A further optimized version will be added. Also, shader generation, live update GUI with Time parameter will be added.

Requirements

C++ std20 compatible compiler. Tested with clang on macOS. To use other compilers, modify build/build.cpp.

Quick start

Open build/ dirrectory.

First build:

clang++ -Wall -std=c++17 build.cpp -o build

Further run with simple:

./build

Examples

Chosen ppm format is raw, images are large, and GitHub doesn’t know how to render it.

Download and check it yourself.

Known issues

Compilation with -O1/2/3 flags corrupts randomness somehow.

About

Random image generator based on on random math expressions

Resources

Stars

Watchers

Forks

Languages