www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DirectX bindings

reply John Burton <john.burton jbmail.com> writes:
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?
Oct 30 2018
parent reply Mike Parker <aldacron gmail.com> writes:
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
Oct 30 2018
parent John Burton <john.burton jbmail.com> writes:
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 :)
Oct 30 2018