SaaSHub helps you find the best software and product alternatives Learn more →
SFML Alternatives
Similar projects and alternatives to SFML
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
-
-
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
Phaser
Discontinued Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] (by photonstorm)
-
build-your-own-x
Discontinued 🤓 Build your own (insert technology here) [Moved to: https://github.com/codecrafters-io/build-your-own-x] (by danistefanovic)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Pygame
🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
-
-
-
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
-
Panda3D
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
-
OpenFrameworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
-
olcPixelGameEngine
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
-
-
-
-
sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
SFML discussion
SFML reviews and mentions
-
Ask HN: How to create a simple 2D game in C?
Take a look at SFML. Very easy to get started, and quite capable.
https://www.sfml-dev.org/
-
rewriting a java project to C++, a bit lost on something.
As for windows, you'd probably be alright looking into SFML, you can see their Getting Started tutorial for how to install it in your IDE of choice.
- Ajutor in privinta incercarii a face un joc
-
Not only Unity...
SFML (zlib/C++) https://github.com/SFML/SFML
- Integrate web support in sfml
- SFML 2.6.1
-
Make a game engine in C++
SDL or SFML for drawing. They are both gfx libs but are used differently so read about what you thing suits you better.
-
C++ Project Ideas?
Make a game with https://www.sfml-dev.org/ (I used SFML Rust to start learning Rust)
-
link_libraries in Neat and Efficient way
cmake_minimum_required(VERSION 3.16) project(CMakeSFMLProject LANGUAGES CXX) include(FetchContent) FetchContent_Declare(SFML GIT_REPOSITORY https://github.com/SFML/SFML.git GIT_TAG 2.6.0) FetchContent_MakeAvailable(SFML) add_executable(CMakeSFMLProject src/main.cpp) target_link_libraries(CMakeSFMLProject PRIVATE sfml-graphics) target_compile_features(CMakeSFMLProject PRIVATE cxx_std_17)
- SFML 2.6.0 Released
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Feb 2025
Stats
SFML/SFML is an open source project licensed under zlib License which is an OSI approved license.
The primary programming language of SFML is C++.