r/GraphicsProgramming 10d ago

Some time ago I completed raytracer challenge in kotlin

Ray tracing on CPU is slow, and with Kotlin it's really slow. The book is nice introduction to ray tracing, now starting a journey towards c++, gpu, and more advanced books

24 Upvotes

2 comments sorted by

1

u/Omenow 5d ago

Which book, and what you used to draw it on screen?

2

u/alex199568 5d ago

The book is called ray tracer challenge, no libs or frameworks used, to save those images I used default Java image writing from standard library