what math is required?

This page summarizes the projects mentioned and recommended in the original post on /r/vulkan

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Open-Source Vulkan C++ API

    Open-Source Vulkan C++ API

  • It might be useful to maybe look at the Vulkan.hpp examples since you can do the same in about 200 lines of code. https://github.com/KhronosGroup/Vulkan-Hpp/blob/main/samples/15_DrawCube/15_DrawCube.cpp

  • LearnOpenGL

    Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com

  • I tried going directly into Vulkan, and I have to vouch for the "learn OpenGL first" route. First time with Vulkan I was able to understand the programming (I'm not new to programming or C/C++ in general) but didn't really understand the concepts about the graphics pipeline itself. As tr3v1n pointed out, that is the bigger challenge, and I think you'll have a much better time learning Vulkan if you have a solid understanding of the graphics pipeline first. OpenGL, even the modern version, is much better for learning about the graphics pipeline, especially if you follow an excellent resource like LearnOpenGL.com.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts