All Projects → diharaw → Helios

diharaw / Helios

Licence: mit
Real-time unidirectional GPU path tracer using the cross-vendor Vulkan ray-tracing extensions.

Projects that are alternatives of or similar to Helios

Rfw Rs
Framework for playing around with rendering libraries in Rust
Stars: ✭ 23 (-84.03%)
Mutual labels:  vulkan, ray-tracing
Raygun
Simple Game Engine Focusing on Vulkan Ray Tracing
Stars: ✭ 33 (-77.08%)
Mutual labels:  vulkan, ray-tracing
The Forge
The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Stars: ✭ 2,710 (+1781.94%)
Mutual labels:  vulkan, ray-tracing
awesome-rtx
Curated collection of projects leveraging NVIDIA RTX technology (OptiX, DXR, VKR)
Stars: ✭ 73 (-49.31%)
Mutual labels:  vulkan, ray-tracing
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+1387.5%)
Mutual labels:  vulkan, ray-tracing
rendering-fw
Rendering framework with rasterizers & path tracers implemented using Vulkan, OptiX & OpenGL
Stars: ✭ 81 (-43.75%)
Mutual labels:  vulkan, ray-tracing
VkInline
A tool to make it easy to use Vulkan from Python. An interface for computation and off-screen rendering.
Stars: ✭ 16 (-88.89%)
Mutual labels:  vulkan, ray-tracing
Diligentcore
Core functionality of Diligent Engine
Stars: ✭ 263 (+82.64%)
Mutual labels:  vulkan, ray-tracing
Vrt
🔅 Ray tracing library for Vulkan API (indev)
Stars: ✭ 111 (-22.92%)
Mutual labels:  vulkan, ray-tracing
Bsf
Modern C++14 library for the development of real-time graphical applications
Stars: ✭ 1,640 (+1038.89%)
Mutual labels:  vulkan
Filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
Stars: ✭ 13,215 (+9077.08%)
Mutual labels:  vulkan
Veldrid
A low-level, portable graphics library for .NET.
Stars: ✭ 1,784 (+1138.89%)
Mutual labels:  vulkan
Psraytracing
A (modern) C++ implementation of the first two books of the Peter Shirley Ray Tracing mini-books (https://raytracing.github.io). Features a clean project structure, perf. improvements (compared to the original code), multi-core rendering, and more.
Stars: ✭ 129 (-10.42%)
Mutual labels:  ray-tracing
Sharpvk
C# Bindings for the Vulkan API & SPIR-V
Stars: ✭ 138 (-4.17%)
Mutual labels:  vulkan
Go Pt
Path tracer written in Golang
Stars: ✭ 124 (-13.89%)
Mutual labels:  ray-tracing
Serpent
Cross-platform gaming kit in the D programming language
Stars: ✭ 140 (-2.78%)
Mutual labels:  vulkan
Duckstation
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64
Stars: ✭ 2,888 (+1905.56%)
Mutual labels:  vulkan
Grvk
Vulkan-based Mantle API implementation
Stars: ✭ 117 (-18.75%)
Mutual labels:  vulkan
Vk raytracing tutorial
Vulkan ray tracing tutorials
Stars: ✭ 144 (+0%)
Mutual labels:  vulkan
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (-4.17%)
Mutual labels:  vulkan

License: MIT

Helios

A real-time unidirectional GPU path tracer using the cross-vendor Vulkan ray-tracing extensions.

Helios

Helios

Helios

Helios

Helios

Features

  • Real-time progressive rendering
  • Tiled rendering
  • Standalone Editor and Viewer applications
  • Image Based Lighting
  • Area Lights
  • Punctual Lights
  • Next Event Estimation
  • Russian roulette path termination
  • Alpha-testing via Any-hit shaders
  • Hosek-wilkie procedural sky
  • ACES tone mapping
  • GPU Profiling

Usage

  1. Download the latest release here.
  2. Extract archive contents.
  3. Run HeliosViewer.exe or HeliosEditor.exe.
  4. Open a sample scene located in the <helios_root>/assets/scene folder via the file open prompt at startup.

Controls

  • W/A/S/D - camera movement.
  • RMB - hold to look around.
  • G - toggle UI.
  • ESC - close application.

Building

Windows

Tested on: Windows 10 version 2004

Prerequisites

  • MSVC 19.00 or higher
  • CMake 3.8 or higher
  • Vulkan SDK 1.2.162.0 or higher
git clone --recursive https://github.com/diharaw/Helios.git
cd Helios
mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..

System Requirements

A GPU that supports the following Vulkan Extensions:

  • VK_KHR_ray_tracing_pipeline
  • VK_KHR_acceleration_structure
  • VK_EXT_descriptor_indexing

Requires the latest NVIDIA/AMD drivers.

Dependencies

License

Copyright (c) 2020 Dihara Wijetunga

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 
associated documentation files (the "Software"), to deal in the Software without restriction, 
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].