Jeremy DeHaan
Jeremy DeHaan
Gitlab apparently does CI for FreeBSD. Might be worth checking out.
Gitlab should be able to mirror the github repository, and trigger the GitLab CI. I'll try getting this set up.
I've wanted to do an actual project tutorial for a long time. I don't know if we can just copy that person's work, but I could use it as a...
Yes, BlendMode will need to be updated, but it shouldn't be too hard to throw something together that compiles. I have other things to do first, but I just thought...
Not sure if I should open a new issue for this, but iOS support will probably be finished way before Android support. In fact, it is mostly finished as you...
I've started working on updating the backend to 2.3, so hopefully we can see what it takes to get an android and iOS DSFML program running soon!
Holy shit, that is awesome! How similar are SFML-Pi and the official Android toolchain? I wonder if it would be better(or possible) to use SFML-Pi just for Raspberry Pi, the...
It looks like you're missing the D library stuff. Any undefined symbols from DSFMLC start with sf (like sfPacket_readInt for example). Are you linking the static libraries or using the...
Yeah, that is strange. Let me know how it goes. But don't work too much today or tomorrow!
They were wrapped that way because that's how they were named in CSFML and I just never fixed it. My plan was to have overloads for read with different return...