Jake Waffle

Results 38 comments of Jake Waffle

@stevehu This example actually wouldn't work with what I put together. Only standard URL schemes and the 'classpath'/'resource' schemes are supported right now (that is all configured in the constructor...

Hello, I'm away from my PC, but the URLFactory isn't for URNs. A URL is a valid URI, but a URN is not a valid URL. We should have a...

@stevehu I can look into it when I get a chance, but I've been pretty busy lately. I'll keep you updated.

@nicostubi Have you found any alternative ways to solve this problem?

Are there still plans for YAML support or has this been forgotten about?

That'll work. Thanks for the update.

Hello, I just ran into the same bug yesterday I think. I made a tile engine that works with vertex arrays. So then I was trying to use the the...

Did you give up on this progress? I would like you to help me with this work. Once we get an automated build system setup for this project, then the...

The msvc libraries are at python-sfml\extlibs\libs-msvc-universal. The setup.py is linking them on line 77. So what problem id you run into in the first place? I too want to build...

I've never been involved in the Python SFML bindings, but I was hoping to get my old entity-component-system game framework ported over to the latest Python SFML binding available. I...