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

Author Topic: pysfml-cython  (Read 92108 times)

0 Members and 1 Guest are viewing this topic.

bastien

  • Full Member
  • ***
  • Posts: 231
    • View Profile
    • http://bastien-leonard.alwaysdata.net
Re: pysfml-cython
« Reply #135 on: February 19, 2013, 11:03:45 pm »
Any chance for network module? I know that python itself has socketing library but sfml sockets are much more convenient. For example python-sfml2 has network bindings.

Which feature would you like, for example? Currently, my opinion is that if you want more than bare sockets, you'll probably be better off using a network-centric Python library like Twisted.
Check out pysfml-cython, an up to date Python 2/3 binding for SFML 2: https://github.com/bastienleonard/pysfml-cython

netrick

  • Full Member
  • ***
  • Posts: 174
    • View Profile
Re: pysfml-cython
« Reply #136 on: March 01, 2013, 08:38:20 pm »
Any chance for network module? I know that python itself has socketing library but sfml sockets are much more convenient. For example python-sfml2 has network bindings.

Which feature would you like, for example? Currently, my opinion is that if you want more than bare sockets, you'll probably be better off using a network-centric Python library like Twisted.

Well, twisted and other good network python libs don't support python3.

basteln

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: pysfml-cython
« Reply #137 on: May 23, 2014, 09:55:32 am »
What's the status on this project? I tried to install it on OSX, but it always crashed on startup (I used the most recent github source with SFML 2.0). Is it still maintained, or am I better off using the pySFML bindings?  :)

 

anything