sfml-library
There are 92 repositories under sfml-library topic.
Neko-Box-Coder/ssGUI
◀️ Super Simple GUI Library for C++ ▶️
atiksoftware/csgo_memory_hacking_examples
CsGO Memory Hacking C++ code examples. Ex: Read HP,Name,Coord,Bones,Weapons,items etc.
xSnapi/Heavy
Engine designed for SFML games.
Skinz3/Snap
Snap is a game engine on top of SFML.NET proving a lot of utility to make a 2D game. Written in C# .NET Core 3.1, this library is multiplateform.
DenizBasgoren/sfml-flappy-bird
Flappy bird clone in C++ using the graphics library SFML
ibraEssam/CarSim
A Simple Car Simulator based on SFML Library and ROS
BarrensZeppelin/bzsf
Small bits and pieces I have coded over time to make my time with SFML easier.
TendTo/MandelbrotSetCUDA
A fun small project used to practice some CUDA. And to see some sweet fractal ass (don't quote me on that)
BillyFrcs/SnakeLol
Simple 2D Snake Game Snake Lol.
BillyFrcs/ReduxAdventure
2D Platformer Game Redux Adventure.
NillPointer/AssetManager
Game Development C++ module assignment 1
SuperFola/LoadingAnim
A simple C++ 14 class to display nice and beautiful loading animation in your SFML >= 2.4 game
woalexan/hi-octane202x
My attempt to recreate source code for one of my most favorite games from my childhood (Hi-Octane by Bullfrog). As well as a level editor.
4jeR/sfml-fractals
Simple project written in C++ using SFML library to generate fractals.
Abdulrahman-K-S/Klondlike-Solitaire
Klondike Solitaire Game is a Data Structures Project at the Egypt University of Informatics developed by the Tryerz Team
anilrai01/Road-Wrap
Death Race | Survival Racing game in C++ using SFML
BillyFrcs/FlappyBird
Flappy Bird Game.
GabrieleDG0/DeepFish
Full chess game application built with SFML (C++) for graphics and Stockfish for AI ♟️
ppn-systems/Nalix.Arena
Nalix.Arena is a 2D game project for both client and server built with .NET, Nalix libraries, Entity Framework, and SFML. Focused on performance, clean architecture, and scalability for multiplayer experiences.
adrianfn21/SortAlgorithmViewer
A simple sorting algorithm viewer using the SFML library
Andezion/SimulatorOfFalling
This is my small project demonstrating the fall of a ball depending on user specified parameters.
andrew-nassef/Icy-Tower-game-2020
A game where the user aims to get the highest score by jumping over blocks and trying not to miss or fall, the player's speed increases over time for additional game complexity, the game has an option of multiplayers where two users can play and compete
GhostVaibhav/Chess
Simple SFML project for implementing Chess in C++
ignabelitzky/boids-simulation
Minimalist flocking behavior model using Craig Reynolds' algorithm.
mcdobr/ping
(eventual) pong clone made with educational purposes in mind
msaeedsaeedi/H2DE
Harmony 2D Engine (H2DE) is a modern, open-source C++ game engine library designed for easy 2D game development, it currently supports Linux. Free to use and open for contributions.
dpetrosy/Fractal
This project is a Fractal Visualizer developed in C++ with SFML and CUDA.
jaqubm/gravitySimulator
Gravity Simulator for Particles and Gravity Sources with collision system made using SFML library in C++
K-P-creator/RadarV2
2D Radar Simulation
Lussskki/flappy-bird
It is my first touch with C++/SFML and have created flappy bird game with it. it's for a learning purpose.
Lussskki/flappy_bird_refactored
WIP project
ovsidee/C-2DGAME
This project is a 2D-game built in C++ using the SFML for graphics rendering and the FMT library for efficient and easy-to-read string formatting.
roghed/convergence
C++ program to visualize convergence of the fixed-point iteration method