Is there anyone out there that is both semi-versed in geometric ray tracing and wants to write a good ray tracing library?
To be clear, I’m not talking about ray tracing in graphics but more about ray tracing in physics, and geometric at that (at least to start with). While these two fields overlap a lot (especially lately with all the “real ray tracing” interest in the graphics world) the main differences are the goals (modeling accurate trajectories and phenomenon versus rendering a realistically looking image).
There are a few efforts out there that already fulfill parts of what a ray tracing package should be able to do. The most prominent one is DynamicalBilliards.jl. But none are a ray tracer. I’m therefore considering investing some time in adding some ray-tracing-functionalities to DynamicalBilliards.jl
(see #dynamics-bridged on slack for more background).
DynamicalBilliards.jl
’s main author, @Datseris, is super stocked and enthusiastic about all of this, which makes this whole endeavor even more fun. What would be even better though, is if anyone here is into geometric/wave optics and wants to build an awesome ray tracing library…
The main idea for now is to just add functionalities to DynamicalBilliards.jl
since it’s so well suited for this, and if down the road we need to split to our own library then we’ll deal with that then.
Thoughts, comments, suggestions?