Posts by Tags

.mtl

.obj

3D model specification

C++

Part 3.1: Installing NVIDIA OptiX on Windows 10/11

1 minute read

Published:

Windows Installation and Integration (OptiX, CUDA)

  • note: developers must check the latest driver version for OptiX, CUDA version, and CUDA host compiler before running
  • 1.e) and 3. is not compulsory to run OptiX, 3) is just to run default SDK examples
  • nsight visual studio edition automatically installed with CUDA toolkit installation

CUDA

CUDA Toolkit

Part 3.1: Installing NVIDIA OptiX on Windows 10/11

1 minute read

Published:

Windows Installation and Integration (OptiX, CUDA)

  • note: developers must check the latest driver version for OptiX, CUDA version, and CUDA host compiler before running
  • 1.e) and 3. is not compulsory to run OptiX, 3) is just to run default SDK examples
  • nsight visual studio edition automatically installed with CUDA toolkit installation

CUDA Toolkit 11.5

DirectX Raytracing (d3d12)

NVidia OptiX vs. DirectX Ray Tracing vs. Vulkan Ray tracing

less than 1 minute read

Published:

  • OptiX is since 2009, real time ray tracing API based on CUDA. Good for intensive complex scene and rendering is fast.
  • DXR and VKR are more for real time applications like games. However, DXR is on Windows and X-box. Great API for windows
  • Vulkan works on windows and linux.

Falcor

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

Falcor 6.0

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

Falcor 7.0

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

Falcor 8.0

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

Foveated Rendering

GitHub Pages

Creating and Google Indexing GitHub Pages

less than 1 minute read

Published:

GitHub Pages

  • GitHub allows only one free hosting static page against per github account
  • developers can develop their page with HTML, CSS, and Javascript.
  • very important: for this your github account name, and newly created repository name must me the same. For example, if your github account is sample-git, then your page name must be sample-git.github.io, which later will generate url https://sample-git.github.io
  • you can not push files to your repository, upload templates, or develop manually.
  • https://jekyllthemes.io/ is an awesome repository for templates.

Google Indexing

Creating and Google Indexing GitHub Pages

less than 1 minute read

Published:

GitHub Pages

  • GitHub allows only one free hosting static page against per github account
  • developers can develop their page with HTML, CSS, and Javascript.
  • very important: for this your github account name, and newly created repository name must me the same. For example, if your github account is sample-git, then your page name must be sample-git.github.io, which later will generate url https://sample-git.github.io
  • you can not push files to your repository, upload templates, or develop manually.
  • https://jekyllthemes.io/ is an awesome repository for templates.

Graphics Rendering

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

HTC Vive Pro Eye

Linux

Material Definition Language

NVIDIA Falcor

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

NVIDIA Falcor 6.0

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

NVIDIA Falcor 7.0

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

NVIDIA Falcor 8.0

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

NVIDIA OptiX

Part 3.1: Installing NVIDIA OptiX on Windows 10/11

1 minute read

Published:

Windows Installation and Integration (OptiX, CUDA)

  • note: developers must check the latest driver version for OptiX, CUDA version, and CUDA host compiler before running
  • 1.e) and 3. is not compulsory to run OptiX, 3) is just to run default SDK examples
  • nsight visual studio edition automatically installed with CUDA toolkit installation

NVIDIA OptiX 7.3

NVidia OptiX

NVidia OptiX vs. DirectX Ray Tracing vs. Vulkan Ray tracing

less than 1 minute read

Published:

  • OptiX is since 2009, real time ray tracing API based on CUDA. Good for intensive complex scene and rendering is fast.
  • DXR and VKR are more for real time applications like games. However, DXR is on Windows and X-box. Great API for windows
  • Vulkan works on windows and linux.

Open Shading Language

Path tracing

Ray Tracing

Part 3.1: Installing NVIDIA OptiX on Windows 10/11

1 minute read

Published:

Windows Installation and Integration (OptiX, CUDA)

  • note: developers must check the latest driver version for OptiX, CUDA version, and CUDA host compiler before running
  • 1.e) and 3. is not compulsory to run OptiX, 3) is just to run default SDK examples
  • nsight visual studio edition automatically installed with CUDA toolkit installation

Ray tracing

Real-Time Path Tracing

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

Real-Time Path Tracing Framework

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

Real-Time Rendering

NVIDIA Falcor Real-Time Rendering Framework Beginner Guide Part 1

4 minute read

Published:

Falcor 6.0 and 7.0 (Falcor 8.0 instruction at the end)

I have tried to write some instructions from my side on top of the original Falcor documentation (version 6.0, 7.0, and 8.0), equivalent to Falcor’s README doc. This is a work in progress, and many things can go wrong. So, please do not take it as a reference.

Ubuntu 22.04

Unity3D

Unreal Engine

Unreal Engine 4.23.1

VRS

Variable Rate Shading

Vulkan Raytracing (VKR)

NVidia OptiX vs. DirectX Ray Tracing vs. Vulkan Ray tracing

less than 1 minute read

Published:

  • OptiX is since 2009, real time ray tracing API based on CUDA. Good for intensive complex scene and rendering is fast.
  • DXR and VKR are more for real time applications like games. However, DXR is on Windows and X-box. Great API for windows
  • Vulkan works on windows and linux.

Windows 10

Part 3.1: Installing NVIDIA OptiX on Windows 10/11

1 minute read

Published:

Windows Installation and Integration (OptiX, CUDA)

  • note: developers must check the latest driver version for OptiX, CUDA version, and CUDA host compiler before running
  • 1.e) and 3. is not compulsory to run OptiX, 3) is just to run default SDK examples
  • nsight visual studio edition automatically installed with CUDA toolkit installation

Windows 11

Part 3.1: Installing NVIDIA OptiX on Windows 10/11

1 minute read

Published:

Windows Installation and Integration (OptiX, CUDA)

  • note: developers must check the latest driver version for OptiX, CUDA version, and CUDA host compiler before running
  • 1.e) and 3. is not compulsory to run OptiX, 3) is just to run default SDK examples
  • nsight visual studio edition automatically installed with CUDA toolkit installation

optix7course

Part 3.1: Installing NVIDIA OptiX on Windows 10/11

1 minute read

Published:

Windows Installation and Integration (OptiX, CUDA)

  • note: developers must check the latest driver version for OptiX, CUDA version, and CUDA host compiler before running
  • 1.e) and 3. is not compulsory to run OptiX, 3) is just to run default SDK examples
  • nsight visual studio edition automatically installed with CUDA toolkit installation

variable rate shading