theHamsta / ash-rtx-renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODOs

  • depth buffers
  • shading
  • [~] panning
  • rtx rendering
  • [-] meshlet rendering
  • [-] ui?

Requirements

  • You need to have a nightly Rust toolchain installed:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly

Run the sample

You can run the sample using

cargo run -- --mesh-file <path-to-obj-or-ply-mesh>

Note that the mesh must contain only triangles (not quads).

About


Languages

Language:Rust 96.5%Language:GLSL 3.3%Language:Cuda 0.3%