Nichlas Severinsen
Nichlas Severinsen
> Caution, the new model of the Dualshock 4 Controller is not supported via USB. Use the Network Client. What would it take to add support for it?
It's pretty late right now, and I'm pretty new to the codebase, so if this is a silly question just close it. I'm building an FFI binding that would allow...
`def __int__(self):` added to the Color class in graphics.pyx, just like in sfml; https://www.sfml-dev.org/documentation/2.4.2/classsf_1_1Color.php#a48f75a30fc93e79390e6d700e4b4b558 https://github.com/SFML/SFML/blob/fae3b65f0567f87fa9925cd42d28df15eb69e79c/src/SFML/Graphics/Color.cpp What SFML does: 1. shifts red (which is a uint8) 24 bits to the left...
Fixes #154 "repr of Color gives wrong property names" and makes it consistent with python-sfmls usage of __repr__ in other classes.
ktx2img?
What do you think about adding functionality for converting .ktx to images, for example .png, to this project?
How to reproduce: 1. Using a Samsung Galaxy Note II running Replicant 6, download and install WhereAreTheEyes from F-Droid 2. Start WhereAreTheEyes. 3. Crash. "Unfortunately, WhereAreTheEyes has stopped." Here's what...
Looking around this repository, coming from someone who never looked at it before, I'm having trouble identifying the license that applies to the entire codebase. Am I correct to guess...