vulkan-java-api
vulkan-java-api copied to clipboard
Maven Central Repository
This project seems great (I haven't tried it yet) and I think it will grow with some help.
But it would be great if the project were available in the Maven Central Repository.
What about it?
Hey there, thanks for the recognition! This project was mostly intended as a means to teach myself the Vulkan API. Gradle makes it easy to use other repositories, so I'd prefer to leave it off of Maven Central until a proper 1.0 release. Some things I'd like to see implemented prior to 1.0 include:
- Full feature parity with the official Vulkan API
- The ability to split out API "extensions" into their own dependencies
- Version number syncing with official API releases
- Proper profiling to see how different Java GCs affect performance
I would certainly welcome any contributions to the project, but community interest is pretty low at the moment. I am going to keep this issue open in order to keep the conversation going though :)