Recommendations on how to start a small Vulkan project

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vulkanHppMinimalExample

    A condensed vulkan triangle example

  • Perhaps I'd be better off using the vulkan.hpp minimal example as a starting point?

  • Open-Source Vulkan C++ API

    Open-Source Vulkan C++ API

  • Or the vulkan.hpp RAII samples would be a good place?

  • 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
  • Vulkan

    Examples and demos for the new Vulkan API

  • Another way I saw some projects start was by using example base classes (either Sascha Willems' implementations or the framework used by Khronos Samples).

  • Vulkan-Samples

    One stop solution for all Vulkan samples

  • Another way I saw some projects start was by using example base classes (either Sascha Willems' implementations or the framework used by Khronos Samples).

  • imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • One thing I'd do, is at minimum is set up a base project that meets your minimum requirements, say presenting to the screen, drawing and compute shaders. Once that's done, follow through ImGUI for a good graphics based window framework and do something neat with that.

  • Hazel

    Hazel Engine

  • Don't write a full blown abstraction, you won't use it. Also Hazel is a great game engine which relies on Vulkan that you could use as well.

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

  • A Simple C++ Helper Library For Vulkan

    2 projects | /r/vulkan | 20 Apr 2021
  • Google's First Tensor Processing Unit: Architecture

    2 projects | news.ycombinator.com | 31 Mar 2024
  • WebKit Switching to Skia for 2D Graphics Rendering

    6 projects | news.ycombinator.com | 20 Feb 2024
  • Question regarding descriptor set binding invalidation/disturbing over pipeline boundaries

    1 project | /r/vulkan | 28 Nov 2023
  • New Vulkan Sample - VK_EXT_extended_dynamic_state2 Extension

    1 project | /r/vulkan | 11 Jul 2023