Dogan Kurt

Results 8 comments of Dogan Kurt

I speak only for `CreateRenderer`, please don't do it. Just because renderer needs a window to draw doesn't make it window's method. It's a different animal. A window should have...

@malashin, i see. Consistency is more important than anything else. SDL doesn't imply what should be a method of what. But there are some hints in documentation, namely [categories](https://wiki.libsdl.org/CategoryCategory). I...

> Could you describe your case? I have a job that takes long time (would hang the gui) so i run it in another goroutine and update GUI from that...

Hi @Pravic, Of course we don't decode base64 everytime we need a resource, in `handleDataLoad` function i unmarshal `packed` to `unpacked`. So it's a map from file name to it's...

This is the only issue i have with brisk menu, hope we get the option soon.

It is indeed pretty slow with large kernels which is expected. Current implementation uses regular convolution, but gaussian filter is separable, so using get_gaussian_kernel1d and filter2d_separable gives 10x speedup with...

- dosn't work on python 3.11 - no commit for months what do you think?