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

Author Topic: sf.so  (Read 7047 times)

0 Members and 1 Guest are viewing this topic.

Pol

  • Newbie
  • *
  • Posts: 18
    • View Profile
sf.so
« on: August 12, 2009, 11:18:16 pm »
Where's the source to the compiled dynamic library sf.so ?

remi.k2620

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • http://remi.tuxfamily.org
sf.so
« Reply #1 on: August 13, 2009, 12:55:01 am »
http://www.sfml-dev.org/download.php in the pysfml full sdk.

Pol

  • Newbie
  • *
  • Posts: 18
    • View Profile
sf.so
« Reply #2 on: August 13, 2009, 01:31:10 am »
Yeah .. I already looked in http://downloads.sourceforge.net/sfml/SFML-1.5-python-sdk.zip .. still don't see it?

Also, PySFML doesn't have Thread/Mutex? :|

remi.k2620

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • http://remi.tuxfamily.org
sf.so
« Reply #3 on: August 13, 2009, 03:03:44 am »
Quote from: "Pol"
Yeah .. I already looked in http://downloads.sourceforge.net/sfml/SFML-1.5-python-sdk.zip .. still don't see it?

It is in the src folder.
Quote
Also, PySFML doesn't have Thread/Mutex? :|

No, you can use the python standard library for that.

Pol

  • Newbie
  • *
  • Posts: 18
    • View Profile
sf.so
« Reply #4 on: August 13, 2009, 04:34:47 pm »
Ah, I see.. main.cpp ;)

What about Vectors? Sure it would be easy to implement in python but same with C++

remi.k2620

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • http://remi.tuxfamily.org
sf.so
« Reply #5 on: August 13, 2009, 05:01:57 pm »
Quote from: "Pol"
What about Vectors? Sure it would be easy to implement in python but same with C++


I'll implement it in sfml2.

Pol

  • Newbie
  • *
  • Posts: 18
    • View Profile
sf.so
« Reply #6 on: August 13, 2009, 05:34:19 pm »
Not that I care much for it.. I just think the Python interface should mirror the C++ interface as closely as possible...

Including thread/mutex, because SFML's interface is different than python's stdlib. Even if the PySFML thread/mutex is just a wrapper for the python stdlib methods.. Just so documentation is unambiguous.