SFML News – Week 16 & 17 (2023)

SFML Development Update I haven’t invested as much time into SFML development in the past two weeks, which makes it feel like less work was being done, but luckily we have other and even new contributors stepping up, so that feeling is not actually true! Also keep an eye on some very exciting upcoming changes […]

Build C# Project with GitHub Actions

Continuous integration (CI) as done with GitHub Actions serves multiple purposes. You get to continuously check that newly integrated code still works correctly and when it comes to cross-platform development, it also allows you to ensure that new code doesn’t just “works on my machine”, but also on platforms you might not even have the […]

SQL Server on GitHub Actions

Besides SFML, I’ve also taken on the maintenance of Jobbr, a .NET JobServer developed by some co-workers some time ago. With the help of some more people, we managed to migrate the whole machinery from .NET Framework to .NET 6. At the end of the migration, I went ahead and set up GitHub Actions for […]

Black Holes of Information

Over the last decade or so, we’ve witnessed a continued ramp up of the information age. Social media has become the “social” place. These days, YouTube publishes 3.7 million videos a day, that’s 271’000 hours every single day. We’re bombarded with information from all directions day in and day out, so much so, that we […]

GitHub Keyboard Shortcuts

Just a very brief post, as I just found out that GitHub offers quite a few nice keyboard shortcuts. Official GitHub Keyboard Shortcuts Documentations It’s a long list which I find feels overwhelming so I rarely actually pick up any and just close the page. To counter this, here are a few I found quite […]

A SmallGameEngine or State Machine

From a question ask in the official SFML forum which linked to a tutorial by Anthony Lewis at GameDevGeek.com I took the challenge up on me and converted that small game engine or maybe it would be better just called a state machine from SDL to SFML. In the near future I also hope to […]