python-sfml icon indicating copy to clipboard operation
python-sfml copied to clipboard

Official binding of SFML for Python

Results 48 python-sfml issues
Sort by recently updated
recently updated
newest added

i\`m write to cmd `pip install sfml` ```sh error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.32.31326\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2 [end of output] note: This error originates from a subprocess, and...

https://github.com/intjelic/python-sfml/blob/a757fbffaca1fdd0d07b623a806b830308a6a5c7/setup.py#L92 ` include_dirs.append(SFML_LIBRARIES)` should be ` library_dirs.append(SFML_LIBRARIES)`

I managed to add the SFML include folder in the setup.py script, but I don't really have a clue where to add the directory to point at library files. I'm...

The [website](https://www.python-sfml.org/) is down, pip installs have been broken for years, and the project hasn't had any commits for a year. Is it safe to say this binding is dead?

Well, I tried to install sfml with pip install sfml, and that's a result > WARNING: pip is being invoked by an old script wrapper. This will fail in a...

I have added missing SFML headers to the include directory, and this has fixed the pip install. (Sorry for the commit typo)

`pip install pysfml` doesn't work, as advertised in the documentation.

I can confirm I'm using the correct version of SFML 2.3 and it is for x64 arch. I try running `py setup.py install` and it cannot find SFML. I cannot...

added ball changing color when touching the paddles : )

Is it difficult to upgrade to SFML 2.4?