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

Author Topic: PDF version of the tutorials  (Read 9116 times)

0 Members and 1 Guest are viewing this topic.

AK-47

  • Newbie
  • *
  • Posts: 2
    • View Profile
PDF version of the tutorials
« on: August 14, 2013, 10:21:04 am »
Hello Everyone, I'm new to SFML and I begin to like this library (awesome work Laurent  8)),
So as the title suggest why there is no PDF version for the SFML official tutorials!? I need one because I can't be always online.
Thanks.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: PDF version of the tutorials
« Reply #1 on: August 14, 2013, 10:24:00 am »
Why don't you download the tutorial sites?
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: PDF version of the tutorials
« Reply #2 on: August 14, 2013, 10:32:35 am »
Laurent Gomila - SFML developer

AK-47

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: PDF version of the tutorials
« Reply #3 on: August 14, 2013, 10:39:15 am »
@Nexus
I can do it but putting a pdf version is going to be useful and time saving for many people. Don't you think?
@Laurent
Thank you but as I said it's going to be useful to put a pdf version in the website so everyone can download it

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: PDF version of the tutorials
« Reply #4 on: March 12, 2015, 08:38:57 am »
It's not perfect, but should serve your purpose: SFML 2.2 Tutorial
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: PDF version of the tutorials
« Reply #5 on: March 12, 2015, 09:00:16 am »
putting a pdf version is going to be useful and time saving for many people. Don't you think?
I don't see how it's much more timesaving than just downloading the online tutorials for off-line viewing.
It takes (literally) 5 seconds to do:

$ time wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://www.sfml-dev.org/tutorials/2.2/
...
real    0m5.235s
user    0m0.043s
sys     0m0.046s

and then you can just launch a browser on your local copy:
$ firefox file://$(pwd)/www.sfml-dev.org/tutorials/2.2/index.html