Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Creating an SFML Window with OpenGL and X11  (Read 1384 times)

0 Members and 1 Guest are viewing this topic.

AnotherSFMLUser

  • Newbie
  • *
  • Posts: 4
    • View Profile
Creating an SFML Window with OpenGL and X11
« on: October 20, 2011, 06:05:59 am »
Do programmers often tie OpenGL, X11 and SFML together? If so, what considerations are involved. If not, why - does creating an OpenGL context make the X11 considerations obsolete? I don't have access to teachers, so like many, I'm piecing my learning together from the Internet’s tutorial soup.

I have enjoyed using the concise tutorial on SFML & X11, and also the tutorial on SFML & OpenGL as bases for some experiments.

I'm am curious if someone could expound upon the relationship between OpenGL and X11, and how they both together may or may not tie into SFML.
AnotherSFMLUser

Ignore me.

steffenomak

  • Newbie
  • *
  • Posts: 1
    • View Profile
Creating an SFML Window with OpenGL and X11
« Reply #1 on: January 25, 2012, 03:05:13 pm »
sfml uses X11 to display a window, and you can only have an opengl context with X11 for now, but I think that wayland will change that a bit.