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

Author Topic: How Can i get Started with SFML On python (Is it a bad idea?)  (Read 27386 times)

0 Members and 1 Guest are viewing this topic.

Power

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
How Can i get Started with SFML On python (Is it a bad idea?)
« 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

Power

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Re: How Can i get Started with SFML On python (Is it a bad idea?)
« Reply #1 on: January 11, 2021, 01:50:56 pm »
Up!
It's important for me.

Thanks

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: How Can i get Started with SFML On python (Is it a bad idea?)
« Reply #2 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.
« Last Edit: January 12, 2021, 05:13:29 pm by Nexus »
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

 

anything