Compare commits

...

5 Commits

Author SHA1 Message Date
Albert dbdab98e71 Added SFMLSoundSystem 2018-04-26 23:14:08 +02:00
Albert f90f56bbbb Hotfix 2018-04-24 23:23:39 +02:00
Albert 89213b20c1 Added xygineXT, HopsonCraft 2018-04-24 23:22:48 +02:00
Albert cc337732bf Update 2018-04-21 17:32:17 +02:00
Albert 6484746140 Added Vigilante Game Framework 2018-04-21 10:07:51 +02:00
1 changed files with 8 additions and 13 deletions

View File

@ -24,7 +24,6 @@ Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTIO
- [Tutorials](#tutorials)
- [Video](#video)
- [Text](#text)
- [IDEs](#ides)
- [Applications written with SFML](#applications-written-with-sfml)
- [Games](#games)
- [Open Source](#opensource)
@ -35,6 +34,9 @@ Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTIO
- [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!
- [Vigilante-Game-Framework](https://github.com/gamepopper/Vigilante-Game-Framework) - 2D/3D C++ game framework written for use with SFML.
- [Nero Game Engine](https://github.com/sk-landry/Nero-Game-Engine) - Game Engine made on SFML and Box2D.
- [xygineXT](https://github.com/fallahn/xygine) - 2D engine / framework built around SFML.
## Components & Libraries
@ -46,6 +48,8 @@ Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTIO
- [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.
- [SFMLSoundSystem](https://github.com/Hapaxia/SfmlSoundSystem) - Sound Control System for use with SFML.
## Bindings
@ -100,6 +104,7 @@ Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTIO
## Books
- [Mastering SFML Game Development](https://www.packtpub.com/game-development/mastering-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://github.com/Krozark/SFML-book)
@ -111,24 +116,13 @@ Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTIO
## Video
- [Building Games with SFML](https://www.packtpub.com/game-development/building-games-sfml-video) - A step-by-step introduction to SFML to help you build enjoyable, cross-platform games
- [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.
# IDEs
*Integrated Development Enviroments and text editor plugins*
- [Atom](https://atom.io/) - A hackable text editor for the 21st Century.
- [Visual Studio Code](https://code.visualstudio.com/) - VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.
- [Spacemacs](https://github.com/syl20bnr/spacemacs) - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
- [Vim](https://vim.sourceforge.io/) - Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
- [Brackets](http://brackets.io/) - A modern, open source text editor by Adobe.
- [Sublime Text](https://www.sublimetext.com) - Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
- [ZeroBrane Studio](https://studio.zerobrane.com/) - ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, live coding, code analyzer, and debugging support.
# Applications written with SFML
## Games
@ -142,6 +136,7 @@ Contributions welcome and wanted! Read the [contribution guidelines](CONTRIBUTIO
- [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.
- [HopsonCraft](https://github.com/Hopson97/HopsonCraft) - A minecraft clone written using C++, SFML, OpenGL and GLEW.
- [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++.