Skip to content

Latest commit

 

History

History
114 lines (85 loc) · 5.92 KB

3rdPartyResources.md

File metadata and controls

114 lines (85 loc) · 5.92 KB

3rd Party Resources of interest

C++ Core Guidelines etc.

Best Practices

Package managers

Documentation tools

Runtime analysis tools

Video presentations

Tutorials

Vulkan Presentations

Vulkan based projects

Maths

Image and 3D model loaders

Introspection

3rd party scene graphs

  • Paul Martz's JAG
  • Jeremy Moles' Heirograph scene graph (need reference)

Suggestions in osg-users ML/forum post from Paweł Księżopolski

Vulkan specification is the most comprehensive source of knowledge about the API - it's long but it is a must for any developer taking it seriously :

As for the books I recommend "Vulkan Programming Guide" written by Graham Sellers. Sometime ago it was even available for free in certain countries on Google Play bookstore :

Active forums discussing Vulkan include Khronos forums :

and Vulkan subreddit :

Sascha Willems wrote a good set of Vulkan demos, that show how to implement certain features :

Vulkan Compute examples:

There's also a curated list of useful links to everything associated with Vulkan :