Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Nov 20, 2024
1 parent 7cc5e3e commit b60bb39
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,20 @@ This version of the library includes the following functionality:

The current version of the library is rapidly gaining functionality. Please expect changes to the interface.

Plans:
Plans, ordered by priority:

* Example renderers:
* CPU WHitted-style ray tracer
* GPU path tracer
* GPU wavefront path tracer
* TLAS/BLAS traversal with BLAS transforms
* BVH::Optimize:
* Properly use C_trav and C_int for SAH **_(done)_**
* Faster Optimize algorithm (complete paper implementation)
* Understanding optimized SBVH performance
* CPU single-ray performance
* Experiment with 4-wide layouts
* Reverse-engineer Embree & PhysX
* OpenCL traversal example
* Efficient CWBVH GPU traversal
* TLAS/BLAS traversal with BLAS transforms
* Example renderers:
* CPU WHitted-style ray tracer
* GPU path tracer
* GPU wavefront path tracer

These features have already been completed but need polishing and adapting to the interface, once it is settled. CWBVH GPU traversal combined with an optimized SBVH provides state-of-the-art **#RTXOff** performance; expect _billions of rays per second_.

Expand Down

0 comments on commit b60bb39

Please sign in to comment.