Raycore: GPU accelerated and modular ray intersections

(makie.org)

31 points | by simondanisch 7 days ago ago

3 comments

  • simondanisch 7 days ago ago

    I'm excited to announce Raycore.jl, a high-performance ray-triangle intersection engine with BVH acceleration for both CPU and GPU execution in Julia.

    Raycore will power a new raytracing backend for Makie, bringing photorealistic rendering to the ecosystem. We factored out the Ray intersection engine since it can be used in many different areas, so we're very curious to see what the community will create with it and how far we can push the performance over the years. The package includes interactive tutorials covering everything from basics to advanced GPU optimization.

  • arthurcolle 2 days ago ago

    What were the issues with Metal.jl?

  • fogleman 2 days ago ago

    Any benchmarks against embree?