olivine icon indicating copy to clipboard operation
olivine copied to clipboard

could this be an opam package?

Open tari3x opened this issue 5 years ago • 3 comments

I see there's an opam file in the source, but I don't see an olivine package in opam. Could this be added please?

tari3x avatar Aug 05 '20 21:08 tari3x

The code generation from the vulkan XML "specification" is unfortunately too unstable (and I need to fix it with the last recent format update of the spec). My idea at the start was to publish the generated code for a specific version of the spec and keep the code generation tool separated.

Octachron avatar Aug 06 '20 14:08 Octachron

What flavour of unstable? I guess I'll just clone github, but having an opam package would be nice, even if it doesn't come with any promises.

Fwiw, I just released a package that's very similar in spirit, but for webgpu: https://github.com/tari3x/webgpu. Also highly unstable.

tari3x avatar Aug 07 '20 20:08 tari3x

Typically, the format of the xml specification change quite more often that I update the parser. I might try to remove the rust and publish an olivine-vulkan package on opam.

Octachron avatar Aug 30 '20 22:08 Octachron