summary refs log tree commit diff
path: root/bin/brot.c (follow)
Commit message (Collapse)AuthorAge
* Reunify gfx and binJune McEnroe2019-01-17
|
* Move graphical programs out of binJune McEnroe2018-07-30
| | | | I wonder when the last time was something needed -ledit...
* Use break; case style everywhere*June McEnroe2018-05-25
| | | | *Except in switches where every branch does a return.
* Tabify binJune McEnroe2018-05-13
|
* 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
|
* 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.