mickelson / sfml-pi

SFML on Linux without X11 using DRM/KMS (or dispmanx on RPi0-3)
Other
62 stars 26 forks source link

SFML-PI updated to 2.5.1 + fixes #11

Closed oomek closed 3 years ago

oomek commented 5 years ago

Would you like me to make a PR from my sfml-pi repo that is updated to version 2.5.1 and includes my font rendering fixes?

https://github.com/oomek/sfml-pi

mickelson commented 5 years ago

sure, sounds good. thanks

On May 13, 2019, at 2:46 PM, Radek Dutkiewicz notifications@github.com wrote:

Would you like me to make a PR from my sfml-pi repo that is updated to version 2.5.1 and includes my font rendering fixes?

https://github.com/oomek/sfml-pi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

oomek commented 5 years ago

Oh, I completely forgot I cloned your repo instead of forking.I won't be able to create a PR. What would you advise we should do in that case?

oomek commented 5 years ago

Nevermind, I've got this. Just waiting for confirmation from few people whether it solves the issues with font rendering in all case scenarios. https://github.com/oomek/sfml-pi-mickelson/tree/2.5.1

oomek commented 5 years ago

The reason why I have not yet made a PR is that I was trying to also fix a related issue with blending modes on the RPI and blending surfaces. Without shaders I could use a quite old method that predates shaders a Texture Environment Parameters for premultiplying color with alpha. In the meantime I took a second try of moving to GLES 2.0 through a gl4es wrapper. Now I'm working with the author of the wrapper so maybe there is a chance of getting it working this time. If it fails I'll stick to the workaround.

oomek commented 4 years ago

Since we have KMS on PI3 and PI4 the above is no longer an issue, I've updated the current master with commits up to 2.5.1 @mickelson Do you want to test it before I push a PR? https://github.com/oomek/sfml-pi/tree/pr-update-2.5.1

mickelson commented 4 years ago

sure,I’ll give it a test when I have a chance, should be able to in the next few days, thanks

Andrew

On Aug 24, 2020, at 10:03 AM, Radek Dutkiewicz notifications@github.com wrote:

 Since we have DRM the above is no longer an issue, I've updated the current master with commits up to 2.5.1 @mickelson Do you want to test it before I push a PR? https://github.com/oomek/sfml-pi/tree/pr-update-2.5.1

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

razor750 commented 4 years ago

I have found, that key repetition not work in sfml-pi 2.5.1, hadn't tested 2.4.2

oomek commented 4 years ago

This did not work even in 2.4.2