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

Author Topic: Hello! I'm new to SFML  (Read 2492 times)

0 Members and 1 Guest are viewing this topic.

paupav

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • Email
Hello! I'm new to SFML
« on: July 26, 2013, 03:45:26 pm »
and I wonder is it recommended to use SFML for making 2.5D game such as 2029 online:
« Last Edit: July 26, 2013, 03:50:05 pm by paupav »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
Re: Hello! I'm new to SFML
« Reply #1 on: July 26, 2013, 03:53:34 pm »
If you have to ask such a question, you're in for a very bumpy ride. Game programming is a very hard task and even though you might have some game in mind to aim for, you'll fail to reach that goal.

All in all, yes SFML can be used for 2D and 3D stuff. The posted link is more 3D than 2 or 2.5D. SFML itself offers only funtionalities for 2D drawing, but you can use OpenGL directly, so anything that OpenGL can, "SFML can".
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

paupav

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • Email
Re: Hello! I'm new to SFML
« Reply #2 on: July 26, 2013, 04:27:20 pm »
If you have to ask such a question, you're in for a very bumpy ride. Game programming is a very hard task and even though you might have some game in mind to aim for, you'll fail to reach that goal.

All in all, yes SFML can be used for 2D and 3D stuff. The posted link is more 3D than 2 or 2.5D. SFML itself offers only funtionalities for 2D drawing, but you can use OpenGL directly, so anything that OpenGL can, "SFML can".
thanks for your reply. I have always wanted to learn OpenGl, but people suggested me to first learn SFML library. 

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
Re: Hello! I'm new to SFML
« Reply #3 on: July 26, 2013, 06:46:38 pm »
thanks for your reply. I have always wanted to learn OpenGl, but people suggested me to first learn SFML library.
Well yes. Maybe I didn't made it clear enough. Before you start taking up such a huge project, that you'll fail at anyways, you should first learn how to properly program with C++ (code design, design pattern, etc.), then start with very small games, at best game clones and at the end take on bigger projects. If you pull through till then, you might want to hunt for your dream game.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Gobbles

  • Full Member
  • ***
  • Posts: 132
    • View Profile
    • Email
Re: Hello! I'm new to SFML
« Reply #4 on: July 26, 2013, 09:10:38 pm »
I completely agree with eXpl0it3r here. Try your hand at something like pacman, tetris, frogger, snake or any other classic. Get a feel for it and watch yourself get frustrated at even such a small game ;) (we were all there once)

Best of luck to you!

paupav

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • Email
Re: Hello! I'm new to SFML
« Reply #5 on: July 26, 2013, 09:20:22 pm »
Of course that I won't start with such a big project lol, first I'l make small games for linux such as snake game since I love that game.  :)
« Last Edit: July 26, 2013, 09:36:50 pm by paupav »