CSFML
CSFML copied to clipboard
Add example / test
It would be a good thing to have a small example program, that could also be used to check that the library works (this would be useful to detect incompatibilities with newer versions SFML that don't appear when compiling the library itself). Unit tests could probably do that too, I don't know which takes more effort to make.
There is something here... https://github.com/LaurentGomila/CSFML/blob/8c9f98f17e1953ed3e262e6edb8fd9c913e0e1c5/doc/mainpage.hpp#L15
Not really needed.... there isn't really anything to break that won't break during compilation of CSFML since it is just a thin wrapper. All functionality is included within SFML.