Create cmake.yml #9

Closed
twistdroach wants to merge 6 commits from github-workflow into master
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 1dc7ea46cf - Show all commits

View File

@ -1,5 +1,7 @@
# raytracer-c # raytracer-c
[![CI Actions Status](https://github.com/twistdroach/raytracer-c/workflows/CI/badge.svg)](https://github.com/twistdroach/raytracer-c/actions)
Current executables (and sample output) are: Current executables (and sample output) are:
## main/parabola ## main/parabola
@ -85,4 +87,4 @@ Now with normal interpolation...starting to slow down with lots of triangles/ref
An obvious performance improvement would be to add some group bounding, so we don't have to check all triangles for intersections when we aren't even close. An obvious performance improvement would be to add some group bounding, so we don't have to check all triangles for intersections when we aren't even close.
In any event, flamegraphs are a fun way to see what is going on. In any event, flamegraphs are a fun way to see what is going on.
![](images/glass_teapot_flamegraph.svg) ![](images/glass_teapot_flamegraph.svg)