I saw this course of Ray Tracing. I thing it would be good to have such courses in Julia. Do we have such other graphics learning resources in Julia? Please tell resources/books that you think would be good for learning graphics. I mean that learner can customize their code according to their need.
Ray tracing isn’t about plots (or Makie?!) so drop those tags? Or was that indented, i.e. want to learn more on graphics in general (with Julia).
FYI: Ray Tracing in a week-end - Julia vs SIMD-optimized C++
Depending on what you want to do, see e.g. Javis.jl:
1 Like
GitHub - pxl-th/Trace.jl: Physically-based ray tracing on CPU came out of a C++ Ray tracing tutorial rewritten in Julia.
I plan to use it soon as a Makie backend.
3 Likes