SFML community forums

Bindings - other languages => Python => Topic started by: Power on January 10, 2021, 04:29:35 pm

Title: How Can i get Started with SFML On python (Is it a bad idea?)
Post by: Power on January 10, 2021, 04:29:35 pm
Hello,

I am familiar with SFML, C++ CodeBlocks user,
I am starting a new project that require Python and i would like to use all the Graphical option SFML offer (within my Python),

How get i started? Do i have to add the libraires for SFML the way i did with CodeBlocks ? (https://www.sfml-dev.org/tutorials/2.5/start-cb.php) Or Do i have to do anything else?

Thanks
Title: Re: How Can i get Started with SFML On python (Is it a bad idea?)
Post by: Power on January 11, 2021, 01:50:56 pm
Up!
It's important for me.

Thanks
Title: Re: How Can i get Started with SFML On python (Is it a bad idea?)
Post by: Nexus on January 12, 2021, 05:09:23 pm
Hello! :)

The Python binding is not maintained by the SFML team, but by Sonkun/intjelic.

Looking at https://github.com/intjelic/python-sfml and the blank website http://www.python-sfml.org/, I'm not sure how actively the project is still maintained. If you don't get a response here, maybe you could write the author an email directly?

Otherwise, there's an old version available on the Wayback Machine: https://web.archive.org/web/20161207102928/http://www.python-sfml.org/index.html
However, keep in mind that if it's not developed anymore, there will not be many people able to help you in case of problems or bugs with the library.