All Projects → Krozark → SFML-utils

Krozark / SFML-utils

Licence: BSD-2-Clause license
Some adds to SFML to build games

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
Smarty
1635 projects

Projects that are alternatives of or similar to SFML-utils

Cpp3ds
Basic C++ gaming framework and library for Nintendo 3DS
Stars: ✭ 80 (+280.95%)
Mutual labels:  sfml
Proceduralmapgenerator
A procedural map generator for roguelike games
Stars: ✭ 156 (+642.86%)
Mutual labels:  sfml
Simplenes
An NES emulator in C++
Stars: ✭ 2,915 (+13780.95%)
Mutual labels:  sfml
Is Engine
SFML C++ game engine that allows to create games on Web (HTML 5 - CSS 3), Android and PC
Stars: ✭ 94 (+347.62%)
Mutual labels:  sfml
Python Sfml
Official binding of SFML for Python
Stars: ✭ 145 (+590.48%)
Mutual labels:  sfml
Mapgen Viewer
Map generator based on Voronoi Diagram and Perlin noise
Stars: ✭ 169 (+704.76%)
Mutual labels:  sfml
Passfml
Pascal binding for SFML
Stars: ✭ 45 (+114.29%)
Mutual labels:  sfml
Tmxlite
lightweight C++14 parser for Tiled tmx files
Stars: ✭ 248 (+1080.95%)
Mutual labels:  sfml
Gbemu
A Gameboy emulator in modern C++
Stars: ✭ 149 (+609.52%)
Mutual labels:  sfml
Managed Doom
A Doom port written in C Sharp
Stars: ✭ 185 (+780.95%)
Mutual labels:  sfml
Engge
Open source remake of Thimbleweed Park's engine
Stars: ✭ 94 (+347.62%)
Mutual labels:  sfml
Nasnas
An intuitive and user friendly 2D game framework for C++
Stars: ✭ 131 (+523.81%)
Mutual labels:  sfml
Xygine
2D engine / framework built around SFML
Stars: ✭ 174 (+728.57%)
Mutual labels:  sfml
Fury3d
A simple but modern graphic engine
Stars: ✭ 84 (+300%)
Mutual labels:  sfml
Csfml
Official binding of SFML for C
Stars: ✭ 211 (+904.76%)
Mutual labels:  sfml
Crsfml Examples
Simple games made with CrSFML
Stars: ✭ 47 (+123.81%)
Mutual labels:  sfml
Sfml Vscode Boilerplate
A cross-platform SFML 2.5.1 & C++17 build environment for Visual Studio Code
Stars: ✭ 156 (+642.86%)
Mutual labels:  sfml
ParticleEditor
Particle editor for SFML/Thor based applications
Stars: ✭ 14 (-33.33%)
Mutual labels:  sfml
Pubg mobile memory hacking examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Stars: ✭ 224 (+966.67%)
Mutual labels:  sfml
Gwork
Skinnable GUI with useful widget collection. Fork of GWEN.
Stars: ✭ 179 (+752.38%)
Mutual labels:  sfml

SFML Utils

It provide some adds to the SFML library including:

  • Resource manager
  • Event manager with callback
  • A Gui
    • Container
      • Frame
    • Button
      • Text Button
      • Sprite Button
    • Sprite
    • Label
    • Layout
      • Vertical
      • Horizontal
  • 2D tile map framwork
    • Tile Hexa [Iso], Square [Iso], Staggered [Iso]
    • loading from json file
    • possibility to make your own mapLoader
  • 2D Map Editor
    • Saved in database
  • Entity system
    • Customisable Components
    • Customisable Systems
    • Customisable Entity
    • Entity manager
    • Application
  • Box2D debugDraw (optional)
  • CEGUI GuiManager (optional)
    • convert events from SFML to cegui

Requirements

Map

Hexagonal grid

Hexagonal grid

Hexagonal grid

Hexagonal isomitric grid

Square grid

Square grid

Square isomitric grid

Square Staggered grid

Square Staggered grid

Square Iso Staggered grid

Map Editor (optional)

Requirement:

Editor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].