Jeremy DeHaan
Jeremy DeHaan
This is already implemented in a couple of places, but I have noticed that there are some cases where performance(mainly regarding the GC) could be better if some things are...
FreeBSD is supported by both SFML and D. I'd like to add support in the build script and have precompiled binaries available for download on the website.
I think properties are more elegant than getter/setter methods and should replace any that aren't like this already.
Since version 2.066, D compilers have the ability to call non-virtual member functions for c++ classes. This _should_ mean that we no longer need to wrap each class in a...
DSFML should have packages in the default package managers on major linux distros. See https://github.com/Jebbs/DSFML-C/issues/14 for more details.
I think that there isn't a reason to not use SFML objects directly in he backend and get rid of the CSFML styled wrapper objects. Occasionally, the CSFML styled objects...
I registered dsfml.org (as opposed to .com) and will need to update settings and make sure that things are directed properly.
Currently Travis CI/Appveyor will build the unit tests, but it can't run them as it needs user input for some tests. There are two ways I can think of to...
While the C functions work, I think switching to C++ functions would be better. The main reason is that they have the benefit of leveraging better mangling than C uses,...
LDC is getting pretty close with being able to build for Android. I think that for the most part it works. I'm REALLY curious if I can get DSFML running...