Re: bindbc-sdl Updates

2020-04-18 Thread Mike Parker via Digitalmars-d-announce
On Saturday, 18 April 2020 at 15:31:02 UTC, aberba wrote: There's this level of convenience that is triggered when you see a sample demo. It seems some library authors don't get it. loadSDL(); That's it. It's in the readme.

checkedint DUB package updated for the new integer promotion rules

2020-04-18 Thread tsbockman via Digitalmars-d-announce
I have updated my checkedint DUB package to work with newer compilers: https://code.dlang.org/packages/checkedint There are two significant breaking changes as a part of this: * The minimum compiler frontend version is now 2.071. * If the `-preview=intpromote` compiler option is supplied,

Re: bindbc-sdl Updates

2020-04-18 Thread JN via Digitalmars-d-announce
On Saturday, 18 April 2020 at 15:31:02 UTC, aberba wrote: On Friday, 17 April 2020 at 03:48:09 UTC, Mike Parker wrote: On Thursday, 16 April 2020 at 18:55:21 UTC, Luis wrote: [...] I disagree. There are numerous examples of SDL on the internet. There are sites full of SDL tutorials.

Re: bindbc-sdl Updates

2020-04-18 Thread aberba via Digitalmars-d-announce
On Friday, 17 April 2020 at 03:48:09 UTC, Mike Parker wrote: On Thursday, 16 April 2020 at 18:55:21 UTC, Luis wrote: [...] I disagree. There are numerous examples of SDL on the internet. There are sites full of SDL tutorials. bindbc-sdl is a binding. It doesn't change the API. I'm not going