About 159,000 results
Open links in new tab
  1. SFML community forums - Index

    5 days ago · Join the SFML community forums to discuss, share, and seek help on Simple and Fast Multimedia Library (SFML) topics.

  2. Installing SFML for VS Code

    Jan 21, 2020 · I am attempting to use SFML for my next project, however I have yet to find reliable information on how to install SFML for MinGW, the page on the main SFML website …

  3. [HOW] How Do You Play Videos in SFML? : SFML

    Mar 9, 2021 · How do you code SFML in C++ to become a media player for playing videos? To play .mpeg, .avi, .mp3, .mp4 etc within SFML. E.g. You win a stage, then a cut-scene video …

  4. TGUI: GUI library for SFML

    Sep 1, 2015 · TGUI tries to support the same operating systems as SFML, so it supports Windows, Linux, Mac OS X and FreeBSD and provides experimental support for Raspberry Pi, …

  5. Creating simple 3D objects SFML

    Apr 20, 2019 · For anyone who wants to create simple, rough, and fast 3D models I found a method from Scratch (thanks to kevin11) that works perfectly in SFML. If you separate a 3D …

  6. How to get FPS in SFML 2

    Feb 12, 2012 · Author Topic: How to get FPS in SFML 2 (Read 61529 times) 0 Members and 1 Guest are viewing this topic.

  7. SFML Game Development -- A book on SFML

    Jun 25, 2013 · SFML Game Development is highly focused on using C++11 with SFML in a modern way, in order to create an up-to-date learning experience, where you can get …

  8. Installation with MinGW64

    Jan 28, 2017 · Installation with MinGW64I'd suggest you use the (IMO) easiest approach: Download SFML's source (either zipped or by cloning the repository). Download and install …

  9. Process finished with exit code -1073741515 (0xC0000135)

    Jan 16, 2024 · If you don't want to fetch and build SFML automatically, you don't need everything, check the statements at the bottom. If you do want to use the full template, read the readme …

  10. Finding Delta time in SFML 2.0

    Feb 18, 2012 · I'm still new to game programming, so please forgive me if I'm asking a stupid question. I can't seem to wrap my head around how to find the time between frames (delta …