SFML community forums

Help => General => Topic started by: oomek on June 27, 2018, 12:29:11 pm

Title: SFML on Raspberry PI
Post by: oomek on June 27, 2018, 12:29:11 pm
What is the current SFML status of support for Raspberry PI. Is there any chance to have shaders working on It.
Title: Re: SFML on Raspberry PI
Post by: oomek on June 29, 2018, 12:52:48 am
I read some old threads regarding requesting an implementation of opengl es 2.0 but they are quite old. If anything changed since then please post a note.
Title: Re: SFML on Raspberry PI
Post by: fallahn on June 29, 2018, 10:44:48 am
I've used this with success, which certainly supports hardware OpenGL

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

I don't recall if my particular project used shaders specifically however, so I couldn't say if they work.
Title: Re: SFML on Raspberry PI
Post by: Dschoonmaker on July 17, 2018, 03:44:01 pm
You could just install linux on it; SFML supports linux.
Title: Re: SFML on Raspberry PI
Post by: Daid on July 19, 2018, 06:08:40 pm
If you enable the experimental OpenGL drivers from raspi-config, you can install SFML from apt-get and it just works, with shaders and everything. No customized version required.