beginning SFML

I was thinking of using SFML for creating games. One of my main purposes was to create a very simple graphing calculator, and to finish some of my games. I was wondering:

What are the drawbacks of SMFL

How would you configure SFML for Code::Blocks in Linux and Windows

If it is possible to convert a console game to and SFML game

A tutorial for the library

Maybe a game made using SFML

thanks,
popa6200
What are the drawbacks of SMFL

Perhaps overly simplified?

How would you configure SFML for Code::Blocks in Linux and Windows

Windows: http://sfml-dev.org/tutorials/2.1/start-cb.php
Linux: http://sfml-dev.org/tutorials/2.1/start-linux.php

If it is possible to convert a console game to and SFML game

Depends on how you've designed the game. If you've isolated all I/O stuff, then yes.

A tutorial for the library

http://sfml-dev.org/tutorials/2.1/
Last edited on
Topic archived. No new replies allowed.