Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML cookbook?  (Read 1956 times)

0 Members and 1 Guest are viewing this topic.

devilswin

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • Email
SFML cookbook?
« on: December 09, 2014, 05:03:47 pm »
Hello, I saw a C++ Cookbook and some others for other languages and was wondering if there was anything that resembled a cookbook for SFML?

Ixrec

  • Hero Member
  • *****
  • Posts: 1241
    • View Profile
    • Email
Re: SFML cookbook?
« Reply #1 on: December 09, 2014, 10:13:49 pm »
The SFML Game Development book is the closest thing that I'm aware of: https://www.packtpub.com/game-development/sfml-game-development

The SFML Wiki also has a bunch of stuff that might qualify: https://github.com/SFML/SFML/wiki/Sources

And of course, the official tutorials and example programs aren't too bad either.