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

Author Topic: Browser capabilities  (Read 1393 times)

0 Members and 1 Guest are viewing this topic.

Shay9999

  • Newbie
  • *
  • Posts: 24
    • View Profile
Browser capabilities
« on: June 06, 2011, 11:01:04 am »
As a general question, does anyone know if it's possible to use SFML to make a browser application that can be uploaded to a website or what not?
C++-Trainee
SFML-Trainee

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Browser capabilities
« Reply #1 on: June 06, 2011, 11:13:48 am »
Yes, but not without installing something on client side.

You can install Google's Native Client and run a C++ app directly in a browser. But this is probably overkill.

You can also use a Javascript binding. I think I've seen one on github recently, you should check.

So, basically if you want to make a browser game, SFML is probably not the best choice. You'd better have a look at dedicated technologies such as  Flash, HTML 5, etc. that can work out of the box.
Laurent Gomila - SFML developer

Shay9999

  • Newbie
  • *
  • Posts: 24
    • View Profile
Browser capabilities
« Reply #2 on: June 06, 2011, 11:37:39 am »
rrrgh.... K, Thanks =)
C++-Trainee
SFML-Trainee

 

anything