
2D Game Engine in Modern C++ with SFML 3
Dec 6, 2025 · Hey everyone, I’ve been working as a game engine programmer for a few years, and I recently built a 2D game engine in C++20 using SFML 3. I decided to turn the whole process into a …
SFML 3.0.0 released
Dec 21, 2024 · Migration SFML 3 is a new major version and as such breaking changes have been made. To ease the pain of migration, we've written an extensive migration guide. Migration Guide 📝 In …
SFML 3.0.0-rc.1 released
Sep 13, 2024 · SFML 3.0.0-rc.1 released We're very proud to announce the first Release Candidate for SFML 3! 🎉 Getting closer to three years in the making, with over 1'000 commits, 38 new contributors, …
SFML 2.6.0 released
Jun 21, 2023 · SFML 2.6.0 After 5.5 years, we're proud to announce a new and massive SFML release. Over the past few years a lot has changed code-wise, in the team, in the community, and also with …
[SOLVED]SFML integration via CMakeList.txt (static library)
Aug 10, 2023 · [SOLVED]SFML integration via CMakeList.txt (static library) For static library generation as well, using with -s attached ; g++ main.o -o sfml-app -L<sfml-install-path>/lib -lsfml-graphics-s …
SFML community forums - Index
6 days ago · SFML community forums - Index 143454 Posts in 19920 Topics by 18181 Members. Latest Member: Clipzyy Latest Post: "Re: Circle Intersections" ( Today at 10:51:49 am ) View the most …
SFML wiki - Simple and Fast Multimedia Library
Oct 21, 2025 · SFML wiki Normal Topic Hot Topic (More than 15 replies) Very Hot Topic (More than 25 replies) Locked Topic Sticky Topic Poll
SFML 3.0.2 - How to get Resized Size?
Jan 21, 2026 · Author Topic: SFML 3.0.2 - How to get Resized Size? (Read 1043 times) 0 Members and 1 Guest are viewing this topic.
Tile Map - Simple and Fast Multimedia Library
May 27, 2017 · Remember that there is an example of how to create a simple tile map in the official SFML tutorials.
SFML 2.5 CMake Migration
May 25, 2022 · With SFML 2.5.0 we have modernized our CMake build system largely thanks for Ceylo! In the last weeks however we've noticed a considered amount of people not realizing the changes …