Chance Snow
Chance Snow
@mellinoe Any update you can give regarding my question in [this comment](https://github.com/mellinoe/veldrid-spirv/pull/2#issuecomment-565597044)? I'd like to get this PR merged.
@cassidyjames Has it been decided that these docs are under the MIT license?
Regarding three.js, see [jsr.io/@3d/three](https://jsr.io/@3d/three).
Any news, @gabrielcsapo?
> These problems get worse as the code get's deeper - i.e. it's easy for template error messages like > > ``` > (3): Error: incompatible types for `(num *...
@DjDeveloperr > Should be fixed in [7cf4070](https://github.com/deno-windowing/dwm/commit/7cf4070b20d1ccaabe9a9b0a0000ab7aa29b9c4b) This issue is not fixed when I target `0.3.6`. Has there been any newer fixes made to resolve this issue? --- ```sh $...
I've opened https://github.com/deno-windowing/dwm/pull/34 to address this issue.
Perhaps an abstraction of [cbindgen](https://github.com/eqrion/cbindgen) that transforms its Intermediate Representation into a D module with the necessary `extern`s and whatnot? [cbindgen's Internals](https://github.com/eqrion/cbindgen/blob/master/internals.md)
I just updated the bindings manually for #12 (ugh, 😝️). @moon-chilled Have you made any progress experimenting with cbindgen?
@cyrusmsk Exactly, though wgpu-d is still quite verbose in its "idiomatic" wrapping. ImportC is magic. 😄