diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-10 16:48:37 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-10 16:48:37 +0200 |
| commit | f23764a0ec0b946d9d0c0dd1a2537c0d22849086 (patch) | |
| tree | 81d0b4dc68e4f34d6e950d0f28f58ca5d3d1e07f /config.h | |
| parent | 6d9c284a24555a7df0b37661ff3c5491d6d0449a (diff) | |
| download | cardioid-f23764a0ec0b946d9d0c0dd1a2537c0d22849086.tar.gz cardioid-f23764a0ec0b946d9d0c0dd1a2537c0d22849086.tar.bz2 cardioid-f23764a0ec0b946d9d0c0dd1a2537c0d22849086.zip | |
Dynamic factor, everything to double, removed cardioid struct, window resize
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..1347faa --- /dev/null +++ b/config.h @@ -0,0 +1,16 @@ +#ifndef CONFIG_H +# define CONFIG_H + +// # define LINE_COLOR 0x151515ff +// # define LINE_COLOR 0xb71c1cff +# define LINE_COLOR 0x280000ff + +# define POINTS_STEP 1.0 +# define FACTOR_STEP 0.01 +# define POINTS_DEFAULT 300 +# define FACTOR_DEFAULT 2.0 + +# define WINDOW_WIDTH 640 +# define WINDOW_HEIGHT 480 + +#endif |
