Thread overview
DirectX bindings
Oct 30, 2018
John Burton
Oct 30, 2018
Mike Parker
Oct 30, 2018
John Burton
October 30, 2018
I want to do some graphics using direct3d11 on windows.
There are some bindings that I used once before https://github.com/evilrat666/directx-d
However they are marked as [discontinued]
While I'm sure they will continue to work so wouldn't worry about using this I wonder if there are any other options?
October 30, 2018
On Tuesday, 30 October 2018 at 10:30:48 UTC, John Burton wrote:
> I want to do some graphics using direct3d11 on windows.
> There are some bindings that I used once before https://github.com/evilrat666/directx-d
> However they are marked as [discontinued]
> While I'm sure they will continue to work so wouldn't worry about using this I wonder if there are any other options?

https://code.dlang.org/packages/aurora-directx
October 30, 2018
On Tuesday, 30 October 2018 at 10:46:35 UTC, Mike Parker wrote:
> On Tuesday, 30 October 2018 at 10:30:48 UTC, John Burton wrote:
>> I want to do some graphics using direct3d11 on windows.
>> There are some bindings that I used once before https://github.com/evilrat666/directx-d
>> However they are marked as [discontinued]
>> While I'm sure they will continue to work so wouldn't worry about using this I wonder if there are any other options?
>
> https://code.dlang.org/packages/aurora-directx

Thank you, I don't know why my search of the repository didn't find this. I think I was searching for direct3d perhaps :)