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

Author Topic: Is there anywhere I could download an SFML cheat sheet?  (Read 5102 times)

0 Members and 1 Guest are viewing this topic.

BlueParagon

  • Newbie
  • *
  • Posts: 6
    • View Profile
Is there anywhere I could download an SFML cheat sheet?
« on: May 05, 2016, 08:15:30 pm »
I was looking for either a cheat sheet or small PDF booklet of a basic break down of all things SFML? Anyone know where there might be one?

I found this, but its in Spanish, and seems to be missing some stuff, or maybe its just, too simplified?
There's an English version link, but its dead.

http://www.losersjuegos.com.ar/_media/referencia/apuntes/pysfml/pysfml_reference_card.pdf

I was almost thinking of printing out every page in the "LEARN" section... But that's gotta be about 30 pages or more?
« Last Edit: May 05, 2016, 08:31:14 pm by BlueParagon »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Is there anywhere I could download an SFML cheat sheet?
« Reply #1 on: May 05, 2016, 08:42:25 pm »
I have never come across such a cheat sheet, as such I kind of doubt that there exists one that has been shared.
The one you linked to is also for PySFML and not the official C++ SFML.

SFML's API is relatively big, as such it's nearly impossible to break things down easily and put it on a few pages, as such it would be interesting to know what exactly you're expecting from such a cheatsheet.

Personally I find it much more useful to have the complete SFML API documentation open in my browser and if I work offline, I simply get the doc that is included in any SFML package or build it myself.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

BlueParagon

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Is there anywhere I could download an SFML cheat sheet?
« Reply #2 on: May 05, 2016, 09:21:28 pm »
Ahhh, nice! I never noticed that downloadable documentation for SFML, just the kind of thing I was looking for.

Still, I almost wish there was a PDF version... I have a Kindle and its served me well while learning C++. Just sort of the way I teach myself this stuff.

Maybe I'll eventually buy some of the books available on SFML. Probably the best way to get a hard copy of SFML knowledge.

I have found a few SDL2 PDFs. One is really a basic cheat sheet of every command available in SDL, along with some simple documentation. However its more of a small book in PDF form really.

Something similar to this would be perfect...

http://www.hep.lu.se/courses/MNXB01/2015/cpp_quick_reference.pdf
« Last Edit: May 05, 2016, 09:26:38 pm by BlueParagon »

Erdrick

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Email
Re: Is there anywhere I could download an SFML cheat sheet?
« Reply #3 on: May 05, 2016, 09:23:16 pm »
This is also typically one of the best uses of a wiki although i have not explored sfml wiki much yet

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Is there anywhere I could download an SFML cheat sheet?
« Reply #4 on: May 05, 2016, 10:34:30 pm »
Doxygen can also generate PDFs, so I quickly built one for you: SFML-2.3.2.pdf
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

BlueParagon

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Is there anywhere I could download an SFML cheat sheet?
« Reply #5 on: May 05, 2016, 10:43:06 pm »
Wow! Hey thanks eXpl0it3r!!

So cool! Man I really appreciate that! I bet others will as well!

This is going onto my kindle at once!!

 ;D

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Is there anywhere I could download an SFML cheat sheet?
« Reply #6 on: May 06, 2016, 01:18:05 am »
Glad I could help. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/