DSFML
DSFML copied to clipboard
DSFML is a D binding of SFML
DSFML does not work. The error given is, dub add dsfml Adding dependency dsfml ~>2.1.1 x: /home/x/D/sfml/jebbs/test >dub Fetching dsfml 2.1.1 (getting selected version)... Performing "debug" build using /usr/local/bin/ldc2 for...
Trying to build dsfml on Ubuntu 18.04 x64 with gdc, getting error (same with rdmd): `‘setUpVector’ is not a member of ‘sf::Listener’` ``` [user]~/Downloads/d/dsfml/DSFML20190323>git clone https://github.com/Jebbs/DSFML.git [user]~/Downloads/d/dsfml/DSFML20190323>cd DSFML [user]~/Downloads/d/dsfml/DSFML20190323/DSFML>gdc build.d...
(hmm can't wipe off, add this by accident)
According to the SFML 2.4 documentation, the `TcpSocket` class should have a `send` method for raw data that returns the number of bytes sent as an out parameter. In non-blocking...
`EventType` is a little verbose and a little annoying to type. Especially if you have to do something like `Event.EventType.XXXX`. I think that it should be renamed to just `Type`,...
Hello, I tried building my solution with dsfml with --build=profile and I get: ``` C:\Users\Danol\AppData\Local\dub\packages\dsfml-2.1.1\dsfml\.dub\build\library-profile-windows-x86-dmd_2085-D8B7F0BCC7995ABC827E66BD8FAB8606\dsfml_graphics.lib(blendmode) Offset FFEDAH Record Type 0091 Error 1: Previous Definition Different : __D5dsfml8graphics9blendmode12__ModuleInfoZ ``` Any ideas...
My env Windows 10 (x64) mingw32-make, MinGW Makefiles dub, dmd, ldc2 also tried with Visual Studio 2017 compilers (nmake, NMake Files) I compiled build.exe util from this repository (latest version),...
There is a bug in the sfImage copyImage function: top & left source rect coordinates are swapped.
The latest version available through dub is 2.1.1, however it's not clear if this is truly the latest DSFML release. There are 2.3 and 2.4 branches, and the dsfml.com documentation...
I've been experimenting a bit with ranges, and given that Phobos is becoming very fond of substituting Ranges and lazy evaluation wherever possible instead of using actual strings, to save...