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

Author Topic: SFML Documentation  (Read 1438 times)

0 Members and 1 Guest are viewing this topic.

azagaros

  • Newbie
  • *
  • Posts: 2
    • View Profile
SFML Documentation
« on: July 26, 2011, 12:19:34 am »
Is there any HTML documentation for 1.6 or 2.x on the web some where?

The link in the doc page isn't active.  I have been fighting with different programs and setups to get the documentation but would rather have a handy online resource.  Something SDL has better or I can find more of.

I was trying to do something like:

 
Code: [Select]


sf::RenderWindow MainWindow;

// someplace else in the code...
 
    MainWindow. // something to init the window.


All valid c++ stuff and should be legal in your library if it is set up properly.  I can't find documentation and sifting through the source code when I want to work on my own project is troubling.

Supposedly, you have documentation some where but no where handy with out installing a million pieces of software to get to.  The problem of your documentation system.  

Am I finding a developer putting out something that people rave about out there but doesn't keep up with the documentation for those of us who Use the libraries beyond the tutorials?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: SFML Documentation
« Reply #1 on: July 26, 2011, 12:24:21 am »
Quote from: "azagaros"
Is there any HTML documentation for 1.6 or 2.x on the web some where?
http://www.sfml-dev.org/documentation/

Honestly, did you even look for it? There is a big link on the main SFML page, hard to overlook ;)

Quote from: "azagaros"
I was trying to do something like
You are searching for sf::RenderWindow::Create().

Quote from: "azagaros"
Supposedly, you have documentation some where but no where handy with out installing a million pieces of software to get to. The problem of your documentation system.
For the offline documentation, you only need Doxygen. I really don't see the problem with it...
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

azagaros

  • Newbie
  • *
  • Posts: 2
    • View Profile
SFML Documentation
« Reply #2 on: July 26, 2011, 12:51:22 am »
The 1.6 link doesn't work.  The 2.x link does.  I wasn't expecting this case after finding the 1.6 link dead.

Now I am fighting other issues with SFML.  Like the documentation needs to updated some where or I have missed something.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
SFML Documentation
« Reply #3 on: July 26, 2011, 01:06:05 am »
Quote from: "azagaros"
The 1.6 link doesn't work.  The 2.x link does.  I wasn't expecting this case after finding the 1.6 link dead.
The SFML 1.6 documentation works at me without any problems.

Quote from: "azagaros"
Now I am fighting other issues with SFML.
You need to be more precise if you want us to help you.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: