Parameterise some bits for cool animations and make fullscreen

This commit is contained in:
2025-01-18 11:05:46 +00:00
parent 8b90943479
commit e5a730a32d
4 changed files with 163 additions and 26 deletions

24
config.h Normal file
View File

@@ -0,0 +1,24 @@
/*
* Copyright (c) Camden Dixie O'Brien
* SPDX-License-Identifier: AGPL-3.0-only
*/
#define MAXITER 1000
#define SS 9
//#define JULIA
//#define JULIA_C_RE 0.285
//#define JULIA_C_IM 0.010
#define JULIA
#define JULIA_C_RE 0.300
#define JULIA_DTHETA 0.00001
#define ZOOMRATE 0.0004
//#define CENTRE_RE -0.743643887
//#define CENTRE_IM 0.131825904
//#define ZOOMRATE 0.001
//#define CENTRE_RE -0.900000000
//#define POWRATE 0.0001
//#define ZOOMRATE 0.0001