Hello Everyone,
I have not posted on these forums in years. I am recently getting back into game development and I remembered SFML. I was thinking about using the python version. The only concern I have is performance as I am unfamiliar with cython. When I use to drop to C in my python code I always have used ctypes as it was easy to do right from python itself.
How is the performance of pysfml using cython? Also I notice you recommend using the VC++ compiler that python was built with? Would I have a negative impact if I use MinGW instead?
I like to try and stick to one compiler if possible for interfacing with C when I have to because it is a pain to chase around which VC++ compiler python is built with.
Sorry if my questions are horrid I have not touched python in quite a while I was on a Micro Electronics binge programming in C.