My old project for strange attractors
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
|
|
|
|
|
|
|
|
//TODO: do this with files
|
|
|
|
#define ATTRACTOR_FILE "attractors/testPolynomial.stf"
|
|
|
|
|
|
|
|
#ifdef UNI_BUILD
|
|
|
|
#warning Building for the RU, are you sure?
|
|
|
|
#define WIDTH 8000
|
|
|
|
#define HEIGHT 8000
|
|
|
|
#define ITERATIONS 4200000000
|
|
|
|
#else
|
|
|
|
#define WIDTH 800
|
|
|
|
#define HEIGHT 800
|
|
|
|
#define ITERATIONS 1000000
|
|
|
|
#endif
|