Norwin Roosen
|
3ac85ca3f0
|
implement all te draw orderz
& add shorthands in REPL
|
2021-01-01 06:27:47 +01:00 |
Norwin Roosen
|
474901fbd5
|
move FlutTask to pixelflut pkg
|
2020-12-31 18:55:09 +01:00 |
Norwin Roosen
|
997fbe0d2a
|
print throughput in SI units
|
2020-12-31 17:17:24 +01:00 |
Norwin Roosen
|
21a41cccf5
|
graceful connection errors
retrying with exponential backoff
|
2020-12-31 10:23:13 +01:00 |
Norwin Roosen
|
bb7ffbddfc
|
refactor main
cleaner code, more flexible flag usage, graceful exit for hevring,
improved image fetching
|
2020-12-31 09:57:02 +01:00 |
Norwin Roosen
|
19dbfa34bf
|
avoid killing the server with too many conns
|
2020-12-31 07:24:56 +01:00 |
Norwin Roosen
|
6f2e2fd666
|
improve repl
add addr & help commands, don't restart if paused
|
2020-12-31 07:24:56 +01:00 |
Norwin Roosen
|
1ca79d8e26
|
new randoffset for each draw
|
2020-12-29 21:08:31 +01:00 |
Norwin Roosen
|
2d536f21f3
|
add initial randoffset mode
|
2020-12-29 18:28:19 +01:00 |
Norwin Roosen
|
8f18af72f7
|
send alpha, if needed
|
2020-12-28 09:33:52 +01:00 |
Norwin Roosen
|
3fc0fbad40
|
changes??? idk anymore
|
2020-12-28 00:58:50 +01:00 |
Norwin Roosen
|
e4acdac3a5
|
add funmode :^)
|
2020-02-15 13:58:01 +01:00 |
Norwin Roosen
|
8a22c7bf29
|
add performance reporting
costs ~9% bomb performance;
can be toggled in Rán REPL via 'metrics'
|
2020-02-14 16:37:19 +01:00 |
Norwin Roosen
|
2ec417da6a
|
always convert images to NRGBA
this type is rpc-serializable, and we avoid repeated color conversion
|
2020-02-14 12:39:16 +01:00 |
Norwin Roosen
|
3f06bf6b82
|
refactor clean exit code
so much work just to let cleanup run & to pause fluting :(
|
2020-02-13 23:57:56 +01:00 |
Norwin Roosen
|
9ab04b4f26
|
wip: clean exit
start adding a mechanism for stopping async tasks,
so we can cleanly quit and stop fluting without quitting
|
2020-02-13 22:26:50 +01:00 |
Norwin Roosen
|
067bef55f6
|
further speed up parsePixels()
|
2020-02-11 13:41:58 +01:00 |
Norwin Roosen
|
15b9cf19da
|
speed up parsePixels()
|
2020-02-10 15:33:47 +01:00 |
Norwin Roosen
|
3f0acd9694
|
refactor pixelflut package into proper API
|
2020-02-06 13:39:24 +01:00 |
Norwin Roosen
|
7283fac957
|
speed up pixel fetching
|
2020-02-06 12:40:26 +01:00 |
Norwin Roosen
|
2a10ebd77d
|
refactor code into separate files
preparation for more refactoring
|
2020-02-05 19:30:25 +01:00 |