EricBalingit

Results 13 comments of EricBalingit

Hi Pomax, You have some neat stuff here! One question though, is it really necessary to sum over all the weights up to n=24? I wrote an implementation a while...

Also, binary subdivision comes from Guenter and Parent - it works pretty well too. :)

Very good points. I was mostly concerned with speed over accuracy and I suppose I latched onto the idea. The original paper might be worth looking into more as it...

Hi Dozenal, I can help with documentation on this library. I did a manual port of the code for KA and I am fairly familiar with it. It's not clear...

> The main issue here is finding the right settings for Linux terminals. Can you point me to what you're referring to?

Hmm, I see. Maybe this helps? Not sure how inclusive it is, but seems to be on the right track. https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/prompt_toolkit/output/vt100.py#L536 https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/prompt_toolkit/input/vt100_parser.py#L23 Still digging to find where the blob is...

Ah, ok, so mouse move when button state is non-zero. I suppose reducing/eliminating throughput is expected given the design/purpose of such systems. I'm not used to tty, coming from DOS/Windows...

Btw, thanks for this lib! Really neat idea, just had a need for more layout options at the moment. Also by going through your win32 code, I was able to...

:D I understand, but I was suggesting that you can have the best of both by threading the event loop ( if it's not already ), but wait for events...

but only for mouse move, not sure how button events interfere with that kind of process