master
Albert 2018-04-20 19:54:23 +02:00
parent 67292e9f91
commit 608f55370a
2 changed files with 63 additions and 13 deletions

5
.gitignore vendored
View File

@ -12,4 +12,7 @@ typings
# Node
###################
node_modules
node_modules
# Others
/temp

View File

@ -1,4 +1,4 @@
# Awesome SFML
#Awesome SFML
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
@ -23,21 +23,61 @@ Inspired by the lists [awesome](https://github.com/sindresorhus/awesome), [aweso
### Games
- [sfml-snake](https://github.com/ParadoxZero/sfml-snake) - snake game in C++
- [Conway-s-Game-Of-Life](https://github.com/Hopson97/Conway-s-Game-Of-Life) - Game of life, in C++
- [SFML2-Game](https://github.com/JuDelCo/SFML2-Game) - SFML2 - Random Games
- [crsfml-examples](https://github.com/oprypin/crsfml) - Simple games made with CrSFML
- [Cendric](https://github.com/tizian/Cendric2) - Cendric is part top-down RPG and part puzzle platformer.
- [Remnants of Naezith](http://naezith.com/) - Rush and swing through levels to top the leaderboards in this fast-paced, grappling hook precision platformer.
- [This Grand Life](http://pokingwatergames.com/) - This Grand Life is a personal finance simulator where you create a character, manage their money and help them achieve their life goals.
- [The Man in the Cape: Special Edition](http://www.longdivisiondev.com/) -
The Man in the Cape is captured and left for dead in Mr. Grandersons superhero elimination dungeon.
- [Zeran's Folly](http://zeransfolly.com/) - Story-driven action-adventure with fluid melee combat, four unique playable characters, and a twisted sense of humor.
- [CUIT](http://www.cir-cuit.com/) - In CUIT, it is only you and your mind. A challenging and relaxing puzzle experience, ready to test you from top to bottom.
- [Gemstone Keeper](https://gamepopper.co.uk/) - Gemstone Keeper is a twin stick shooter where avid explorers go down into a large, dangerous and mysterious set of caves and caverns.
- [An Octonaut Odyssey](http://anoctonautodyssey.com/) - It's a game about an amnesiac octopus lost in strange planets.
- [Doodle Bob](https://gamejolt.com/games/doodlebob/256272) - DoodleBob is a cross between Little Computer People and perhaps Tamagotchi.
- [Kronos](http://www.uroborostudio.com/) - An Indie fantasy Action RPG game with lots of combat, puzzles and customization.
- [The Night Christmas Ended](http://giantgoblinstudio.com/) - Team up with the worlds biggest goblin on his quest for gold and be a total Christmas bastard.
- [Dispersio](http://achpile.tk/) - Dispersio is a retro-styled action platformer. As you progress through the game, you will have to use and combine special abilities.
- [The Away Team](https://awayteam.space/) - In this interactive sci-fi adventure novel, you are the AI pilot of Earth's last interstellar ship, tasked with finding a home for your crew.
- [Crea](http://www.playcrea.com/) - Progress with every slain monster, learn skills through talents, craft items, and explore procedurally-generated worlds in this sandbox RPG!
- [Turnover](http://www.longdivisiondev.com/) - In a dystopian future, a powerful corporation hires a private security firm to execute a violent takeover of a competitor's HQ.
- [inSynch](http://www.themgames.net/insynch/) - An art-music-arcade game, inSynch is handcrafted and animated in stop motion.
- [Pseuthe](https://github.com/fallahn/pseuthe) - Pseuthe (pronounced 'soothe') is an abstract audio / visual experience, with casual gameplay elements.
- [Pioneers](http://www.pioneersgame.com/) - Pioneers is a turn-based exploration/adventure RPG.
- [Maze](https://play.google.com/store/apps/details?id=com.minimalstudio.maze) - Dare through the creepy corridors of the mazes, but keep your guard up.
- [Postmortem](http://postmortemgame.com/) - Postmortem: One Must Die - Narrative-adventure playing an Agent of Death who must take ONE life that could change the fate of a conflict-torn Nation!
- [Zloxx II](http://www.bromeon.ch/games/zloxx/index.html) - Zloxx II is a 2D Jump'n'Run in which you control a little character called Zloxx.
- [Moonman](http://moonman.io/) - Moonman is a procedurally-generated adventure game!
- [Re:creation](https://eliasdaler.github.io/re-creation/) - Re:creation is a top-down action adventure game
- [Rising Reign](http://risingreigngame.com/) - Rising Reign is a high fantasy role-playing game with rogue-like elements. Most content is procedurally generated during world construction.
- [Takrog](https://steamcommunity.com/sharedfiles/filedetails/?id=884894845) - Takrog is a tactical RPG with a smart procedural generation of the world, quests, and characters. Every game is different from the other.
- [Witch Blast](https://github.com/Cirrus-Minor/witchblast) - Witch Blast is a free roguelite dungeon crawl shooter heavily inspired from Binding Of Isaac.
- [Rickety Racquet](http://www.ricketyracquet.de/) - Puzzle game.
- [SpaceGO](https://github.com/Fromont-Sam/SpaceGO) - A small space shooter game using C++ and SFML.
- [Castle Clamber](https://store.steampowered.com/app/770050/Castle_Clamber/) -
Castle Clamber is an arcade inspired action platformer for one or two players, either locally or over a network.
- [Exodus](http://www.exodus.galhmac-game-studio.com/) - Exodus immerge yourself into a strange and fascinating world, where nature seems to predominate over everything else.
- [Racod's Lair](https://github.com/cgloeckner/racods-lair) - A coop dungeon crawler.
- [Hedgehogs Can Fly](https://github.com/yyamDev/ballfling) - 2D physics platformer game.
- [ReJewel](https://github.com/Redee/ReJewel) - Tetris like game.
- [sfml-snake](https://github.com/ParadoxZero/sfml-snake) - Snake game in C++.
- [Conway-s-Game-Of-Life](https://github.com/Hopson97/Conway-s-Game-Of-Life) - Game of life, in C++.
- [SFML2-Game](https://github.com/JuDelCo/SFML2-Game) - SFML2 - Random Games.
- [crsfml-examples](https://github.com/oprypin/crsfml) - Simple games made with CrSFML.
## Engines
- [SFML-Game-Framework](https://github.com/Hopson97/SFML-Game-Framework) - Very, very simple and barebones framework for games and that
- [ObEngine](https://github.com/Sygmei/ObEngine) - 2D Game Engine with Lua Scripting made on top of SFML !
- [SFML-Game-Framework](https://github.com/Hopson97/SFML-Game-Framework) - Very, very simple and barebones framework for games and that.
- [ObEngine](https://github.com/Sygmei/ObEngine) - 2D Game Engine with Lua Scripting made on top of SFML!
## Components & Libraries
- [Thor](https://github.com/Bromeon/Thor) - Extension with various game programming features, like particles, animations, vector operations
- [SFML-utils](https://github.com/Krozark/SFML-utils) - Some adds to build games
- [SelbaWard](https://github.com/Hapaxia/SelbaWard) - A collection of drawables
- [imgui-sfml](https://github.com/eliasdaler/imgui-sfml) - ImGui binding for use with SFML.
- [LTBL2](https://github.com/222464/LTBL2) - A 2D dynamic lighting system with accurate soft shadows.
- [SFGUI](https://github.com/TankOs/SFGUI) - Simple and Fast Graphical User Interface
- [SFNUL](https://github.com/binary1248/SFNUL) - Simple and Fast Network Utility Library.
- [TGUI](https://github.com/texus/TGUI) - Easy to use cross-platform c++ GUI library for SFML.
- [Thor](https://github.com/Bromeon/Thor) - Extension with various game programming features, like particles, animations, vector operations.
- [SFML-utils](https://github.com/Krozark/SFML-utils) - Some adds to build games.
- [SelbaWard](https://github.com/Hapaxia/SelbaWard) - A collection of drawables.
## Bindings
@ -64,13 +104,20 @@ Inspired by the lists [awesome](https://github.com/sindresorhus/awesome), [aweso
- [Ruby](http://www.groogy.se/mainsite/rbsfml/)
- [Rust](https://github.com/jeremyletang/rust-sfml)
## Tools
- [FM Composer](http://fmcomposer.org/) - FM Composer. It's a software allowing the user to design their own sound using FM synthesis and create a song with them.
## Resources
- [www.sfml-dev.org](https://www.sfml-dev.org/index.php) - Official site
- [www.sfml-dev.org](https://www.sfml-dev.org/index.php) - Official site.
- The [official tutorials](https://www.sfml-dev.org/tutorials/)
- The [online API documentation](https://www.sfml-dev.org/documentation/)
- The [community wiki](https://github.com/SFML/SFML/wiki/)
- The [community forum](https://en.sfml-dev.org/forums/) ([French](https://fr.sfml-dev.org/forums/))
- [www.sfmlprojects.org](https://sfmlprojects.org/) - Discover and talk about projects built with or around the Simple and Fast Multimedia Library!
- [www.reddit.com/r/sfml](https://www.reddit.com/r/sfml/) - Reddit topic.
### Books
@ -95,4 +142,4 @@ Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTIO
## License
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)