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

Author Topic: SFML 3.0.0 released  (Read 114 times)

0 Members and 1 Guest are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11049
    • View Profile
    • development blog
    • Email
SFML 3.0.0 released
« on: December 21, 2024, 07:25:22 pm »
We are very excited to announce the release of SFML 3! ๐ŸŽ‰

After close to 12 years since the last major version of SFML came up, it's time for an upgrade! 
Three years in the making, with over 1'100 commits, 41 new contributors, and a lot of time invested, we want to thank each and everyone who helped make SFML 3 a reality. 
A massive thank you to Thrasher, who relentlessly pushed SFML 3 forward and has by far contributed the most time and effort-wise, with over 500 pull requests to his name alone! A special thank you also to SuperV1234 for laying the foundation early onto which SFML 3 was built. ๐Ÿ™Œ

Highlights

  • SFML has finally been updated to support and use C++17 โš™๏ธ
  • The test suite has been massively expanded to 57% code coverage ๐Ÿงช
  • OpenAL has been replaced with miniaudio ๐Ÿ”Š
  • New and improved event handling APIs โŒจ๏ธ
  • Scissor and stencil testing ๐Ÿ–ผ๏ธ
  • And more...

See the changelog for more details.

We have also overhauled the website, which next to being mobile friendlier should allow us to update the website more easily.

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 the meantime we've also updated all tutorials and have a pre-release API documentation available.

Social Media

Bluesky / Twitter / Fediverse

Contributors

See the full list of contributors on GitHub
« Last Edit: December 21, 2024, 07:27:36 pm by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”
Dev Blog: https://duerrenberger.dev/blog/

Hapax

  • Hero Member
  • *****
  • Posts: 3387
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: SFML 3.0.0 released
« Reply #1 on: December 21, 2024, 08:17:01 pm »
Excellent! Congratulations!
I'm glad it's official and it's stable enough to finally replace v2.

I just hope the downloads will soon follow... ;)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

MetalCoder

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: SFML 3.0.0 released
« Reply #2 on: Today at 04:31:36 am »
Congrats on SFML 3!

Is CSFML updated to version 3 yet?