Hello,

can you please add SFML section into "Game Libraries and Components" ?

Pascal bindings:
1) PasSFML
https://github.com/CWBudde/PasSFML

2) DJMaster
https://github.com/DJMaster/csfml-fpc
http://www.djmaster.com/freepascal/b...sfml-csfml.php
http://www.djmaster.com/freepascal/demos/sfml-csfml.php

SFML is only framework (https://www.sfml-dev.org/faq.php#grl-whatis) but I can share my "engine".

My engine:
- based on DJMaster bindings
- 2 templates, one is for standard game and second is for editors (uses LCL components).
- structure is inspired by ZenGL, but much much lighter. Some parts are from ZenGL.
- gameloop, texture, sprite and texture atlas managers, logging, ini, basic functions for drawing sprites, primitives, text etc.,
- it's not perfect but I'm using it for my project so there will be new things + fixes