Replies: 2 comments 5 replies
-
I'm afraid I've made the decision to stop adding/maintaining documentation for bindings. I posted about it in the LWJGL discord server a while back, quoting:
I would accept PRs that add javadoc though. |
Beta Was this translation helpful? Give feedback.
-
For documentation, I find myself usually relying on Vulkan's HTML version.
It provides
more context (which I often need for my own understanding), and its
"Search:" box to
jump into the text is ok-ish. For values of constants or to see them in
context, I page
through `vk.xml`.
While I see value in the Vulkan javadocs, the value of the bare bindings is
immeasurably higher. Given the way Vulkan evolves over time, I do not
expect any of
the stress points you mention to go away in the near or medium future. My
vote would
be to drop the javadoc because of its cost, and refer to the upstream
documentation instead.
Message ID: ***@***.***>
… |
Beta Was this translation helpful? Give feedback.
-
The FreeType and Harfbuzz modules have very minimal JavaDoc. What's the state on getting this filled in?
Beta Was this translation helpful? Give feedback.
All reactions