When comparing Buildbox vs SFML, the Slant community recommends SFML for most people. In the question“What are the best 2D game engines?” SFML is ranked 35th while Buildbox is ranked 51st.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Drag - and - drop editor
Drag - and - drop editor without writing any line of code.
Pro Easy to learn
Buildbox is a drag and drop engine, making it easy for beginners to pick up. There are many tutorials available to help get you started.
Pro Has many game templates
Buildbox has 20+ different game templates including templates for platformers, racing games and Flappy Bird clones.
Pro Built-in support for ads
You can add banner and interstitial ads from multiple ad networks, including AdMob, RevMob, Facebook. They can work with Amazon's, Microsoft's, Google's and Apple's app stores.
Pro Develop once publish everywhere
Exporting iOS/Android/macOS/Windows/Steam/Amazon
Pro Cross-platform
Pro Very efficient and usable
Pro Zlib/PNG license
In short, SFML is free for any use (commercial or personal, proprietary or open-source). You can use SFML in your project without any restriction. You can even omit to mention that you use SFML -- although it would be appreciated.
Pro Can be combined with OpenGL
If you hate something about the way SFML handles graphics, you can just combine it with OpenGL. It's completely smooth and works as expected, without any additional dependencies.
Pro Active community and wiki
You can ask questions on their own personal forum which is full of users, and their wiki is constantly being maintained. They even have an IRC.
Pro Works on every platform
SFML 2.2 brought forth Android & iOS functionality, and SFML games work on Linux, Mac and Windows out of the box, since SFML is written with OpenGL.
Pro Great documentation
SFML is very well documented, even with short examples of use for many functions and modules. Furthermore, there are books like 'SFML essentials' and 'SFML for game development' which teach you how to use this library to its fullest.
Pro Good for OpenGL
If you are thinking about using OpenGL, look no further, you can open a window, and handle events in less than 15 lines, and it provides input, time, and even networking, plus alot more. It has become my favorite c++ library :D
Pro Great library
SFML is a collection of modular, well designed libraries you can implement an engine or game on top of. The API provides tons of good documentation and is very straightforward to use. You can get a game up and running with SFML quite quickly and with minimal effort.
Pro Clean code
An SFML project's code-base is usually clean and easy to read. All public SFML classes are under the namespace "sf" so it is easy to tell which code is yours and which belongs to SFML (of course you can stop this by typing using namespace sf;
).
Pro Available in many languages
There's support for many languages besides C++, current supported languages are: C, .NET, Crystal, D, Euphoria, Go, Java, Julia, Nim, OCaml, Pascal, Python, Ruby and Rust, and this list is constantly growing.
Pro Beginner-friendly
SFML is extremely beginner friendly and even provides pre-built libraries for your IDE of choice on Windows. Besides the fact that it's extremely well documented, they also have a set of tutorials that walk you through every module.
Pro Modern C++11 implementation
SFML is one of the few good C++ frameworks out there to actually make full use of the language. It's extremely well optimized and it plays well with anything you throw at it.
Cons
Con Incredibly Expensive
$99/mo for full functionality probably makes this the least accessible piece of game development software in regards to price, all with a very limiting feature set.
Con You are restricted by it's limitations
For example, you can only make certain kind of games.
Con Not very powerful
You will be limited to using templates to build games.
Con Subscription Model
The two more reasonable price points limit the functionality of a software already far less powerful than many more cost effective alternatives.
Con Very expensive
Buildbox has a 15-day trial version, after that a $2675 license to use it must be bought.
Con Stability Issues
The software has stability issues on Windows, with the preview window causing program crashes when simple functionality is added.
Con Relatively slow
Compared to SDL2, GLFW, it is slow.
Con No GUI editor or IDE
Does not include any IDE or media editor. It's purely source code.
Con May take longer to learn and understand
Con Messy sprite management
Sprites retain all of the operations applied to them, whether that be a new position or a rotation. This makes sprite management somewhat annoying.
Con Not specifically a 2D game engine
It isn't really an engine, more of a collection of modular, well designed libraries you can implement an engine or game on top of.