Results 131 comments of kimci86

I think this PR is not already merged because, in principle, a line does not have a surface, as opposed to other implemented shapes. I am in favor of Bromeon's...

It seems your compilation script does not use the version installed by apt-get. The installed library is `/usr/lib/x86_64-linux-gnu/libsfml-window.so.2.5.1` but you link to `/home/nathan/miniconda3/envs/nocturne/lib/libsfml-window.so.2.5.1`

I tested it with the following code to see KeyReleased events as well. Apparently, framerate has an impact on the behavior so I added a command line argument to choose...

Thank you for you commit, but it does not seem to be a good fix. With the test program at 25 fps (which is not extremely low in my opinion):...

I am trying to understand and debug this. IBus seems to need some special handling. See https://github.com/libsdl-org/SDL/issues/1659

Thank you for your feedback @ChrisThrasher. > My biggest issue with this PR is that it's solving two somewhat unrelated problems. The first is the problem that all tests are...

Rebased and cleaned up commit history.

Hi, You can specify characters to use by listing them explicitly. Using predefined character sets such as `?p`, `?l`, etc is not mandatory. In the case of uppercase hexadecimal digits,...

Hello, As you understood, the general approach for this situation is to try many zip compression tools with various compression levels hoping to use the right combination to get correct...

Hi, yes you can specify a character set explicitly as a list of characters. Sequences with a question mark are shortcuts. For uppercase hexadecimal digits, you can use `0123456789ABCDEF`, or...