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

Author Topic: Python bindings?  (Read 8606 times)

0 Members and 1 Guest are viewing this topic.

TheGuerilla

  • Newbie
  • *
  • Posts: 27
  • Cynical Prick.exe
    • View Profile
    • Email
Python bindings?
« on: June 01, 2016, 12:41:31 am »
I'm not sure if this is the right place for this, but it seems fitting. I am curious as to how you take C++ source and bind the functions/classes to Python. How did the person who made PySFML do it?

Thanks


EDIT: After a lot of research I found a few possibilities, and the method that the PySFML creator used.
« Last Edit: June 13, 2016, 01:45:01 am by TheGuerilla »

m_p_w

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Python bindings?
« Reply #1 on: September 10, 2016, 05:39:01 am »
By my understanding the author of PySFML used Cython.
Cython is extension of Python to interpret C/C++ code (Please, Correct me if I am wrong).

 

anything