1
Feature requests / Re: DRM/KMS support
« on: June 11, 2021, 08:33:00 pm »
This is a follow up to a discussion from Discord.
Many users would be really happy to see DRM window management from SFML-PI to be integrated into the baseline. As I mentioned before, I tried to keep SFML-PI up to date with selective patches from 2.5.1, but WindowBase isn't there. Preparing a PR for the current master is a bit over my head to be honest, so I'm asking for help.
SFML-PI has been running well on Linux and Raspbian. All the code under SFML_RPI flag is obsolete because it was only Raspberry PI 3 specific. SFML_DRM flag covers all x86 linux machines and Raspbian on PI3 and PI4 with KMS driver.
https://github.com/mickelson/sfml-pi/
Many users would be really happy to see DRM window management from SFML-PI to be integrated into the baseline. As I mentioned before, I tried to keep SFML-PI up to date with selective patches from 2.5.1, but WindowBase isn't there. Preparing a PR for the current master is a bit over my head to be honest, so I'm asking for help.
SFML-PI has been running well on Linux and Raspbian. All the code under SFML_RPI flag is obsolete because it was only Raspberry PI 3 specific. SFML_DRM flag covers all x86 linux machines and Raspbian on PI3 and PI4 with KMS driver.
https://github.com/mickelson/sfml-pi/