March 21, 2016
On Monday, 21 March 2016 at 09:27:35 UTC, Manuel Maier wrote:
> On Saturday, 19 March 2016 at 01:12:08 UTC, Alex Parrill wrote:
>> https://github.com/ColonelThirtyTwo/dvulkan
>>
>> [...]
>
> @Alex Parrill: Thanks for sharing! Looks nice. I was just wondering... why did you write the generator in python and not in D? Just curious :)

I see now... The Vulkan docs provide python modules for easier integration already. Makes sense.
May 21, 2016
On Saturday, 19 March 2016 at 01:12:08 UTC, Alex Parrill wrote:
> https://github.com/ColonelThirtyTwo/dvulkan

I've updated the bindings to Vulkan 1.0.13, and added a few fixes.

Platform support will come in a bit. I'm going to use void* pointers for most of the platform-specific types, so you can use whatever bindings you want to use with them (whether they are full bindings or just one little opaque struct alias to use with, say, glfw).
1 2
Next ›   Last »