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

Author Topic: writing mmorpg using sfml - chance  (Read 2243 times)

0 Members and 1 Guest are viewing this topic.

lorence30

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Email
« Last Edit: July 12, 2015, 11:22:02 pm by lorence30 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11030
    • View Profile
    • development blog
    • Email
Re: writing mmorpg using sfml - chance
« Reply #1 on: July 12, 2015, 11:18:45 pm »
SFML is a library, it doesn't write code.

Also please fix your link to something less monstrous.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lorence30

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Email
Re: writing mmorpg using sfml - chance
« Reply #2 on: July 12, 2015, 11:23:12 pm »
@eXpl0it3r
Okay I already fix the link.
Quote
SFML is a library, it doesn't write code.
I mean can I make a game like this using sfml?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: writing mmorpg using sfml - chance
« Reply #3 on: July 12, 2015, 11:28:09 pm »
For the 3D graphics, you'll need OpenGL or another library. For the rest, SFML will assist you, but whether it's the right tool for the job depends on what you exactly plan to do.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: writing mmorpg using sfml - chance
« Reply #4 on: July 12, 2015, 11:29:29 pm »
Of course you can. You could also use a number of other libraries.
SFML just provides some facillities for you to use (or not use) it does not, in any way, restrict what you can and cannot write. That's entirely up to your own imagination and skill.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11030
    • View Profile
    • development blog
    • Email
Re: writing mmorpg using sfml - chance
« Reply #5 on: July 12, 2015, 11:32:30 pm »
I don't see a fix in the link, we still know that your window size is 1280x923 and that you started your search with "ran online" and then added "ran online gameplay" etc...

The hard truth is: Anyone who has to ask this question does not have enough experience in programming. If you're unable to simply guess what the boundaries of a game you want to make are and what technology is involved, you're not ready to approach such a game in general.
Here are two other source that might help understand what you're up against: #1 #2

If you want a direct answer instead: Yes, SFML can be used to make an MMORPG.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lorence30

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Email
Re: writing mmorpg using sfml - chance
« Reply #6 on: July 12, 2015, 11:42:04 pm »
okay thanks guys for answering

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: writing mmorpg using sfml - chance
« Reply #7 on: July 12, 2015, 11:57:41 pm »
Read those links that eXpl0it3r gave you. Then read them again. That's real solid advice right there.

G.

  • Hero Member
  • *****
  • Posts: 1593
    • View Profile
Re: writing mmorpg using sfml - chance
« Reply #8 on: July 13, 2015, 08:01:22 am »

 

anything