With SFML 2.2 still being quite fresh, it's time to provide the currently planned roadmap for SFML 2.3.
The focus of SFML 2.2 could probably be best described as the finding phase of the SFML Team. We had to figure out ways to manage GitHub and forum issues and how to work with Git in a team. Additionally the release was about cleaning up and throwing out some of the piled up issues and thus it's not a surprise that we were able to close 177 issues for SFML 2.2.
Now, with the SFML Team mostly in place and the original promise to have a more transparent development process, here's the currently planned roadmap for SFML 2.3. Keep in mind that if unforeseeable issues reveal themselves during development, some item might not make it into SFML 2.3 and don't forget that we're still trying to fix as many bugs as possible.
SFML 2.3 RoadmapKeep the release cycle short!FocusAdditional BugfixesAdditional Features- No sfml-main for examples (Issue, PR) ✓
If you want to see all the development happening for SFML 2.3 checkout the
milestone 2.3 on GitHub which holds all issues and pull requests that have been assigned to SFML 2.3.
Notice: With the goal of shorter release cycles the stability of the master branch has been a bit loosen. Meaning that some branches might get merged faster with the expectation that the final testing will happen on the master branch itself. For production code you should use stable releases, but if you want to help us test SFML, make sure to use the master branch and to report issues following
this guide.
Thanks!