Update README for shrt migration
This commit is contained in:
parent
c6433f8736
commit
fc48f78c1e
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
||||||
# Raytracer
|
# Raytracer
|
||||||
|
[](https://git.sr.ht/~redstrate/raytracer)
|
||||||
|
[](https://github.com/redstrate/raytracer)
|
||||||
|
|
||||||
A multi-threaded raytracer using glm, tinyobjloader and C++17. The UI is written in imgui and image display is
|
A multi-threaded raytracer using glm, tinyobjloader and C++17. The UI is written in imgui and image display is
|
||||||
rendered using OpenGL. I tried to write this to not be insanely fast or compact like other raytracers, but to be readable and understandable.
|
rendered using OpenGL. I tried to write this to not be insanely fast or compact like other raytracers, but to be readable and understandable.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The example image shown above is rendered using simple direct light computation and naive indirect light sampling.
|
The example image shown above is rendered using simple direct light computation and naive indirect light sampling.
|
||||||
|
|
Loading…
Add table
Reference in a new issue