You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would really like to see a comprehensive documentation or at least a proper guide.
Vulkan is pretty complex for beginners and this Wrapper seems to provide the much needed simplification needed to write efficient code, especially for starters. But without a real documentation it is not really of use for this group. I have to admit that I am not really sure wether those kind of people are targeted.
Non the less it would be really kind to provide some more help, not just examples.
The text was updated successfully, but these errors were encountered:
While I personally sympathize with your view, I'm afraid we don't have free cycles at the moment to write any sort of a more thorough introduction to the library. It's not only that though.
Thing to keep in mind is that Vulkan is a "living organism", new functionality is added quite frequently. One of Anvil's goals is to keep up with the progress. Having a more thorough documentation (separate from doxygen tags that we do place all around our code and comment blocks for chunks that may take people some time to get their head around) would mean we would also need to revisit it every couple of months. That doesn't exactly work with the bandwidth we have at hand.
That being said, we would be more than happy to see the community help us with this task.
I would really like to see a comprehensive documentation or at least a proper guide.
Vulkan is pretty complex for beginners and this Wrapper seems to provide the much needed simplification needed to write efficient code, especially for starters. But without a real documentation it is not really of use for this group. I have to admit that I am not really sure wether those kind of people are targeted.
Non the less it would be really kind to provide some more help, not just examples.
The text was updated successfully, but these errors were encountered: