- I wrote an SFML-based 2D flocking (boids) simulator https://github.com/ChrisThrasher/boids 5 comments cpp
- go-sfml: up-to-date Go bindings for SFML https://github.com/teh-cmc/go-sfml 6 comments golang
- what are some best resources to learn SFML? https://www.sfml-dev.org/learn.php 3 comments programming
- 100 Snakes in AI Battle Royale using C++ and SFML. Source code is in the description. https://youtu.be/OAUZeKpLixw 5 comments programming
- I made an AI that learns to play Flappy Bird using C++ and SFML https://youtu.be/Kfc2W9EOHRk 28 comments cpp
- I tried to remake Pac-Man using C++ and SFML https://youtu.be/vC0d1rDmPBs 10 comments cpp
- Run SFML C++ Game on the Web (HTML 5) with SDL 2 https://github.com/is-daouda/is-engine#whats-new-in-this-version 3 comments cpp
- is::Engine 3.3.2 (SFML SDL C++ Game Engine for Web - HTML 5, Android & PC) available! https://www.reddit.com/r/cpp/comments/nu9x2a/isengine_332_sfml_sdl_c_game_engine_for_web_html/ 3 comments cpp
- Why would I use SDL2 over SFML? https://discourse.libsdl.org/t/why-would-i-use-sdl2-over-sfml/28489 7 comments sdl
- Jack's Tales - my first game made on C++ with SFML . Source code on GitHub https://www.reddit.com/r/gamedev/comments/d88rky/jacks_tales_my_first_game_made_on_c_with_sfml/ 4 comments gamedev
- What pain points do you experience using SFML? https://twitter.com/sfmldev/status/1078414172747169792 52 comments cpp
- Generating Cardioid, Nephroid and Other Shapes with C++ and SFML https://www.youtube.com/watch?v=-7FssQRs6FA 3 comments coding
- C++ Newbie Trying to Set Up SFML + IDE https://www.reddit.com/r/gamedev/comments/7us1qk/c_newbie_trying_to_set_up_sfml_ide/ 44 comments gamedev
- SFGUI, Dear ImGUI or what? I'm making a Pokemon Clone in SFML https://www.reddit.com/r/gamedev/comments/78uduu/sfgui_dear_imgui_or_what_im_making_a_pokemon/ 16 comments gamedev
- Should I use an engine like unity or unreal, or just use a library like sdl or sfml? https://www.reddit.com/r/gamedev/comments/6vnvt7/should_i_use_an_engine_like_unity_or_unreal_or/ 10 comments gamedev
- I'm making a simple game engine with Lua and SFML made for learning, what do you think of it? https://www.reddit.com/r/lua/comments/6tnfaz/im_making_a_simple_game_engine_with_lua_and_sfml/ 3 comments lua
- I made my first game (remake of an old Commodore game, in SFML) https://www.reddit.com/r/gamedev/comments/6rs9dn/i_made_my_first_game_remake_of_an_old_commodore/ 6 comments gamedev
- I have a bizarre FPS issue, but it seems to only affect me on Windows 10 [C++/ OpenGL/ SFML] https://www.reddit.com/r/gamedev/comments/6p75rg/i_have_a_bizarre_fps_issue_but_it_seems_to_only/ 7 comments gamedev
- SFML UI Libs? https://www.reddit.com/r/gamedev/comments/6kk306/sfml_ui_libs/ 15 comments gamedev
- Vigilante Game Framework - A C++ Framework to help you use SFML in a way similar to Flixel. https://github.com/gamepopper/vigilante-game-framework 9 comments gamedev
- I been programming for 2 years, and yet I cannot figure out how to implement this simple game elegantly :/ (C++/ SFML) https://scratch.mit.edu/projects/2399118/ 19 comments gamedev
- Developing game engines is hard.. so here is my first finished game engine 'piece' - a state manager for SFML - would love any advice! https://www.reddit.com/r/gamedev/comments/5izhd8/developing_game_engines_is_hard_so_here_is_my/ 27 comments gamedev
- SFML has high frame rate at small resolution, but low framerate at high resolution with same renderTexture https://www.reddit.com/r/gamedev/comments/5iukde/sfml_has_high_frame_rate_at_small_resolution_but/ 31 comments gamedev
- Beta-releasing SFML GUI for Neovim https://github.com/meatich/NeoSFML 15 comments neovim
- A Closer Look at SFML http://www.gamefromscratch.com/post/2015/09/14/A-Closer-Look-at-SFML.aspx 38 comments gamedev
- [C++] SFML graphic error https://gist.github.com/James-Dolan/61c4172a23c8e145d15b 4 comments learnprogramming
- [C++ / SFML] Asteroid Shooter code critique https://github.com/ExceptionallyAwesome/Asteroid-Shooter 11 comments learnprogramming
- SFML 2.2 Released! http://en.sfml-dev.org/forums/index.php?topic=17002.0 5 comments cpp
- "Quick game development with C++11/C++14" - my CppCon2014 talk about the development of a game using the latest C++ standards and SFML http://vittorioromeo.info 97 comments gamedev
- Never used Code::Blocks before, trying to get SFML and MinGW working. Help? http://www.codeblocks.org/downloads/5 8 comments learnprogramming
- SFML (Simple and Fast Multimedia Library) 2.0 officially released! http://www.sfml-dev.org/?dupe=true 58 comments programming
- SFML (Simple and Fast Multimedia Library) 2.0 officially released! http://www.sfml-dev.org/ 12 comments cpp
- blit in sfml like allegra [c++] http://www.youtube.com/watch?v=xh10wNm58W8&list=PL62B63CC836DCB7C8&index=4&feature=plpp_video 6 comments gamedev
- SFML 2.0 release candidate http://en.sfml-dev.org/forums/index.php?topic=7604.0 46 comments gamedev
- question regarding pointer usage in a tutorial [sfml + c++] http://www.dreamincode.net/forums/topic/230524-c-tile-engine-from-scratch-part-1/ 5 comments gamedev
- [CodeBlocks and SFML] Program compiles and runs but no window appears...not sure how to fix this. http://www.sfml-dev.org/tutorials/1.6/window-window.php 16 comments learnprogramming
- What are some good tools to create a GUI inside of an SFML game? http://sfgui.sfml-dev.de/ 10 comments gamedev
- I'm learning C++ and SFML and having trouble with types. http://pastebin.com/bL53LakU 3 comments learnprogramming
- Just want to say thanks to /r/gamedev for introducing me to SFML, here's a little "game" I made in 24 hours! http://seanduran.com/secrets/RetirementCenter_v1.4.zip 24 comments gamedev
- Has anyone used SFML? Is it a good replacement for SDL? http://www.sfml-dev.org/ 25 comments programming