james
james
Woa thanks for the reply, that's quite helpful :) Other question: in blinky, why does changing projection is often slow, it's calculating pixel by pixel when loading one or another...
Another question: I'm comparing mercator with pannini with same FOV, and it has the advantage of having "larger" zoom near the center of the screen, meaning geometry is occupying more...
Any news or info about the windows port? I quickly tried the forked version, but did not managed to make it work and I did not investigate further. I don't...
line 126 shall be `dlls = [("Lib\\site-packages\\sfml", glob('extlibs\\' + arch + '\\openal32.dll'))]+[("sfml\\", glob('C:\\_code\\libs\\SFML-2.5.0\\bin\\*'))]` I don't really know how to make a setup.py take a prebuilt msvc library... so I don't...
Fixes are in the question and answer: https://stackoverflow.com/questions/50307018/how-to-specify-c-header-and-library-folder-in-a-setup-py-pysfml/50320850#50320850
Here is a full working setup.py for windows, here is how I build it: BUILD SFML FROM SOURCE DO NOT USE SHARED, UNTICK SHARED IN CMAKE CHOOSE RELEASE WHEN BUILDING...
I'm abandonning as it requires VC++... I'm not on my computers, it's a very small laptop. Any idea when pysfml will hit the pypi repo again?
I managed to build it, by editing the setup.py, installing swig for cython, etc It builds fine except when I do import sf, I have ``` Traceback (most recent call...
Got the same kind of issue, the libs are there, but for some reason cython doesn't call the link command with the path...
On windows, tried many options, static/DLL, MD/MT etc Now I have an error on python: ImportError: DLL load failed: The specified module could not be found. On top of this,...