How can i make 3D games with SFML anf OpenGl?

Just like the question says how can I create 3D games with SFML and OpenGl and set it up with Visual Studio.
Last edited on
For setting up SFML with Visual Studio, I would go to the site's tutorial for that.
https://www.sfml-dev.org/tutorials/2.5/start-vc.php

SFML already uses OpenGL or OpenGL ES behind the scenes to do rendering.
But if you want to set up an OpenGL context independently from SFML's usual rendering process, then this page explains this in detail:
https://www.sfml-dev.org/tutorials/2.5/window-opengl.php

I would try to understand the site's tutorials first, and then when you have a particular issue, either describe the actual problem on here or on SFML's dedicated forum.

____________________________

If you've never set up OpenGL before, or have never set up SFML before, I don't suggest starting two new things at once. If you're interested in OpenGL, I would follow a tutorial at a site like http://www.opengl-tutorial.org/

Migrating to using SFML as the window context won't invalidate your knowledge of OpenGL.
Last edited on
Topic archived. No new replies allowed.