summary refs log tree commit diff
path: root/www/photo.causal.agency/2024-07-30/000025490004.txt
diff options
context:
space:
mode:
Diffstat (limited to 'www/photo.causal.agency/2024-07-30/000025490004.txt')
0 files changed, 0 insertions, 0 deletions
'column1'>| * Link with -lmJune McEnroe2018-05-11 | | | | Come on, FreeBSD. * Update fbclock and fbatt coloursJune McEnroe2018-04-20 | | | | No, my Linux computer is still broken. * Format gfxx options with uppercase hexadecimalJune McEnroe2018-04-16 | | | | | Missed this one because of the #. Whose behaviour is dumb, by the way. %#X prefixes with "0X", which no one should ever have to look at. * Always hexadecimal in uppercaseJune McEnroe2018-04-16 | | | | | I still haven't been able to actually test scheme's Linux console output... * Add 0 bind to brotJune McEnroe2018-04-15 | * Calculate frameTime in brot with clock(3)June McEnroe2018-04-15 | * Supersample in brotJune McEnroe2018-04-14 | * Call status after draw in gfx frontendsJune McEnroe2018-04-14 | * Sample at the centre of the pixel in brotJune McEnroe2018-04-14 | * Apply brot color in a second pass and time framesJune McEnroe2018-04-13 | * Parse brot optionsJune McEnroe2018-04-13 | * Combine brot rotate and scaleJune McEnroe2018-04-12 | * Clean up brot input and statusJune McEnroe2018-04-11 | * Fix brot scaling for window aspect ratioJune McEnroe2018-04-11 | * Add brot rotation controlsJune McEnroe2018-04-11 | * Add brotJune McEnroe2018-04-10 | | | | It's a Mandelbrot renderer. * Use enum instead of #define for some constantsJune McEnroe2018-04-09 | * static_assert PNG header size in pngo and glitchJune McEnroe2018-04-08 | * Sleep in watch when a file is deletedJune McEnroe2018-04-08 | | | | | Reopening the path immediately would always fail. Wait a second for the file to hopefully reappear. * Move home bins to ~/.local/bin