Skip to content

Learning-Ray-Tracing-From-Zero/luisa_compute_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luisa Compute Examples

Build

build all examples:

cmake -B build/release -DCMAKE_BUILD_TYPE=Release
cmake --build build/release

bun an example:

./build/build_release/bin/<programme> <backend>

A starter template for using LuisaCompute as a submodule with the CMake build system.

reference: CMakeStarterTemplate

Multiply the corresponding elements of two arrays and write the result to the third array.

blur algorithm

4. Path Tracing Algorithm