SFML community forums

Bindings - other languages => Python => Topic started by: TheGuerilla on June 01, 2016, 12:41:31 am

Title: Python bindings?
Post by: TheGuerilla 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.
Title: Re: Python bindings?
Post by: m_p_w 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).