www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - bindbc-sfml 0.1.0

reply Mike Parker <aldacron gmail.com> writes:
I've finally gotten around to finishing up the port of 
DerelictSFML2 to BindBC:

http://bindbc-sfml.dub.pm/

Unlike the Derelict package, it supports every release of CSFML 
from 2.0 to 2.5. It's untested beyond compiling and loading, so I 
appreciate any bug reports anyone files.

One issue I encountered myself is this one when loading the CSFML 
Network library:

https://github.com/BindBC/bindbc-sfml/issues/1

It's got me stumped, but I have no more time to put toward it at 
the moment.

For those not in the know, SFML is a C++ library designed for 
game and multimedia development. CSFML is the set of official C 
bindings.

https://www.sfml-dev.org/
https://www.sfml-dev.org/download/csfml/
Nov 02 2020
next sibling parent Andrea Fontana <nospam example.com> writes:
On Monday, 2 November 2020 at 11:01:53 UTC, Mike Parker wrote:
 I've finally gotten around to finishing up the port of 
 DerelictSFML2 to BindBC:

 http://bindbc-sfml.dub.pm/
+1 Great job Mike!
Nov 02 2020
prev sibling parent aberba <karabutaworld gmail.com> writes:
On Monday, 2 November 2020 at 11:01:53 UTC, Mike Parker wrote:
 I've finally gotten around to finishing up the port of 
 DerelictSFML2 to BindBC:

 http://bindbc-sfml.dub.pm/

 Unlike the Derelict package, it supports every release of CSFML 
 from 2.0 to 2.5. It's untested beyond compiling and loading, so 
 I appreciate any bug reports anyone files.

 One issue I encountered myself is this one when loading the 
 CSFML Network library:

 https://github.com/BindBC/bindbc-sfml/issues/1

 It's got me stumped, but I have no more time to put toward it 
 at the moment.

 For those not in the know, SFML is a C++ library designed for 
 game and multimedia development. CSFML is the set of official C 
 bindings.

 https://www.sfml-dev.org/
 https://www.sfml-dev.org/download/csfml/
I have personally requested this for the past 2 yrs and I can't thank you enough for doing this. 🙏
Nov 03 2020