Ray Tracer in SQL
github.com
Ray Tracer in SQL
1–10 of 24 posts
Re: Ray Tracer in SQL
#2Re: Ray Tracer in SQL
#3Re: Ray Tracer in SQL
#4 SELECT project(...) as x, project(...) as y
FROM model, vertex, camera, transform
WHERE clockwise AND clipped IN BETWEEN -1 AND 1
[1]: https://static.laszlokorte.de/sql3d/Re: Ray Tracer in SQL
#5Nice, but why ?
Re: Ray Tracer in SQL
#6Re: Ray Tracer in SQL
#7Nice, but why ?
Re: Ray Tracer in SQL
#8In the Age of AI coding, this lovely cool demos are no longer interesting anymore. I use to appreciate them by the craftsmanship and hacking aptitude they required, but now AI took away that joy of watch this for me.
Re: Ray Tracer in SQL
#9In the Age of AI coding, this lovely cool demos are no longer interesting anymore. I use to appreciate them by the craftsmanship and hacking aptitude they required, but now AI took away that joy of watch this for me.
A good reference for exactly what I mean would be the demoscene (both back then and now). You can watch a thousand of those and be totally underwhelmed, but every now and then you get one that totally blows your mind.
There's nothing wrong with seeking novelty, but there is something wrong being jaded about it.