Vulray - Vulkan Ray Tracing Library

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

    Simple Vulkan Raytracing Library

  • VulraySamples

  • Hi everyone! I have been working on a raytracing library for Vulkan. It covers a wide variety of features for ray tracing aswell as other utilities for descriptors, buffers, etc. It's meant for people who want hardware accelerated ray tracing easily. You can use the library for building acceleration structures, ray tracing pipelines with support for pipeline libraries, SBTs, and finally dispatching rays. It also integrates descriptors, using VK_EXT_descriptor_buffer, and buffer/image creation with VMA to further aid the user. You can always use your own descriptors / buffers as long as Vulray gets all the needed objects. I plan on adding more advanced denoisers in the future to Vulray, but for now there is only a gaussian blur filter that you can use on images. I have made a handful of samples with heavily commented code at https://github.com/Sirtsu55/VulraySamples . I hope this is a useful library for many people and would like to recieve feedback. :)

  • 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