BindBC / bindbc-sdl

Static & dynamic D bindings to SDL and the SDL_* libraries, compatible with BetterC, @nogc, and nothrow.
Boost Software License 1.0
88 stars 23 forks source link

SDL2_net #22

Closed DannyArends closed 4 years ago

DannyArends commented 4 years ago

I migrated my project from Derelict to bindbc last weekend, which went very smooth. However, the SDL2_Net module / library I used in Derelict is not available for bindbc, are there any plans to port it?

mdparker commented 4 years ago

Just been waiting on someone to request it. I'll get it done this week.

DannyArends commented 4 years ago

Thanks Mike,

That would be awesome, a big thank you for your effort on the bindbc bindings, and all your hard work in the D community. The transition from derelict to bindbc was smooth as silk.

mdparker commented 4 years ago

Thanks so much :-)

SDL_net support is in 0.17.0. Other than ensuring it loads, it's currently untested. Please let me know if you have any problems with it.