🌟 Update

master
Albert 2018-04-17 15:06:33 +02:00
parent 277d257867
commit 67292e9f91
2 changed files with 46 additions and 11 deletions

View File

@ -11,7 +11,6 @@ Your contributions are always welcome!
* Add the section description.
* Add the section title to Table of Contents.
* Search previous suggestions before making a new one, as yours may be a duplicate.
* Don't mention `SFML` in the description as it's implied.
* Check your spelling and grammar.
* Remove any trailing whitespace.
* Send a Pull Request with the reason why the library is awesome.

View File

@ -2,20 +2,42 @@
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of awesome sfml resources, bindings, reusable objects
> A curated list of awesome things related to SFML
Inspired by the lists [awesome](https://github.com/sindresorhus/awesome), [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness), and [awesome-nodejs](https://github.com/sindresorhus/awesome-nodejs).
## Table of Contents
## Contents
- [Drawables](#drawables)
- [Applications written with SFML](#applications-written-with-sfml)
- [Games](#games)
- [Engines](#engines)
- [Components & Libraries](#components-libraries)
- [Bindings](#bindings)
- [Resources](#resources)
- [Books](#books)
- [Books](#books)
- [Tutorials](#tutorials)
- [Video](#video)
- [Text](#text)
## Drawables
## Applications written with SFML
- [SelbaWard](https://github.com/Hapaxia/SelbaWard) - A collection of SFML drawables
### 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
## 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 !
## 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
## Bindings
@ -44,15 +66,29 @@ Inspired by the lists [awesome](https://github.com/sindresorhus/awesome), [aweso
## Resources
- [SFML](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/))
## Books
### Books
- [SFML Game Development](https://www.packtpub.com/game-development/sfml-game-development)
- [SFML Game Development](https://github.com/SFML/SFML-Game-Development-Book)
- [SFML Essentials](https://www.packtpub.com/game-development/sfml-essentials)
- [SFML Blueprints](https://www.packtpub.com/game-development/sfml-blueprints)
- [SFML Blueprints](https://github.com/Krozark/SFML-book)
- [SFML Game Development By Example](https://www.packtpub.com/game-development/sfml-game-development-example)
## Tutorials
### Video
- [SFML 2.1 Tutorial Series](https://www.youtube.com/watch?v=FLpD54gx_5w&list=PLRtjMdoYXLf776y4K432eL_qPw4na_py3) - 52 tutorials
### Text
- [Citybuilder](http://www.binpress.com/tutorial/creating-a-city-building-game-with-sfml/137) - Creating a City Building Game with SFML
## Contribute
Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTION.md) first.