# Graphics Learning in Julia

**URL:** https://discourse.julialang.org/t/graphics-learning-in-julia/131407
**Category:** Visualization
**Tags:** teaching
**Created:** [August 6, 2025, 1:51pm UTC](https://discourse.julialang.org/t/graphics-learning-in-julia/131407 "2025-08-06T13:51:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![raman\_kumar](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/raman_kumar/32/26782_2.png) [@raman\_kumar](https://discourse.julialang.org/u/raman_kumar)
#### Post date: [August 6, 2025, 1:51pm UTC](https://discourse.julialang.org/t/graphics-learning-in-julia/131407/1 "2025-08-06T13:51:45Z")

</div>

I saw this course of [Ray Tracing](https://raytracing.github.io/books/RayTracingInOneWeekend.html). 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.

---

<div class="post-metadata">

### Author: ![Palli](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/palli/32/3380_2.png) [@Palli](https://discourse.julialang.org/u/Palli)
#### Post date: [August 6, 2025, 4:00pm UTC](https://discourse.julialang.org/t/graphics-learning-in-julia/131407/2 "2025-08-06T16:00:46Z")

</div>

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++](https://discourse.julialang.org/t/ray-tracing-in-a-week-end-julia-vs-simd-optimized-c/72958)

Depending on what you want to do, see e.g. Javis.jl:

> **[Graphics.jl](https://juliapackages.com/c/graphics)**
>
> One stop shop for the Julia package ecosystem.

---

<div class="post-metadata">

### Author: ![sdanisch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sdanisch/32/1406_2.png) [@sdanisch](https://discourse.julialang.org/u/sdanisch)
#### Post date: [August 6, 2025, 4:04pm UTC](https://discourse.julialang.org/t/graphics-learning-in-julia/131407/3 "2025-08-06T16:04:40Z")

</div>

[GitHub - pxl-th/Trace.jl: Physically-based ray tracing on CPU](https://github.com/pxl-th/Trace.jl) came out of a C++ Ray tracing tutorial rewritten in Julia.  
I plan to use it soon as a Makie backend.
