idcrook / weeker_raytracer

ray tracing implementations. started with Peter Shirley's v2 Ray Tracing In One Weekend
48 stars 13 forks source link

Plan for porting the repository to OptiX 7.0 or latest #21

Open bipul-mohanto opened 2 years ago

bipul-mohanto commented 2 years ago

Hi @idcrook ! first of all, amazing work you have done. I am just a beginner in ray tracing, so I could not be able to say anything more than that.

As far I read, the OptiX 7.0 and latest is far different than the v6.5. I have seen OptiX developers are suggesting to use the latest version. Do you have any plan to porting the repository to the latest version?

Regards, Bipul

idcrook commented 2 years ago

no plans to update this repo.

also note that v3+ of RTiOW made similar improvements (CMake, code overhauls) that i had done in this repo.

you can check out my related repo here which has OptiX 7 code:

https://github.com/idcrook/tweeker_raytracer