www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - stb bindings for D

reply Temtaime <temtaime gmail.com> writes:
Hello !
Recently i published stb bindings for D, it comes with 
precompiled stb library for windows, so just add this package as 
dependency for your project and work with it :)

Currently there's only stb bindings, but soon i'll add stb_image, 
stb_image write and other useful libraries.

Thanks.
Kind regards.
May 06 2018
parent reply Temtaime <temtaime gmail.com> writes:
Oh, missed the link

https://code.dlang.org/packages/stb
May 06 2018
parent reply Sisor <smietzner yahoo.de> writes:
On Sunday, 6 May 2018 at 08:57:11 UTC, Temtaime wrote:
 Oh, missed the link

 https://code.dlang.org/packages/stb
Not everybody (including me) knows what stb is. So please add some brief description (with a link) to the documentation.
May 06 2018
parent Temtaime <temtaime gmail.com> writes:
On Sunday, 6 May 2018 at 09:22:00 UTC, Sisor wrote:
 On Sunday, 6 May 2018 at 08:57:11 UTC, Temtaime wrote:
 Oh, missed the link

 https://code.dlang.org/packages/stb
Not everybody (including me) knows what stb is. So please add some brief description (with a link) to the documentation.
Ok, a link was added, thanks ! https://github.com/nothings/stb Generally speaking stb is a set of libraries for various purposes. There's some very useful libraries for 3d games, for example rect pack, image loading
May 06 2018