Wednesday
Room 4
13:40 - 14:40
(UTC+11)
Talk (60 min)
You can't do that with JavaScript!
So I wanted to know how much the JavaScript engines have evolved over the years since Netscape was a thing. So I was thinking, what are the most ludicrous and stupid things to try and implement in JavaScript?
JavaScript
Fun
How about a 3d engine? How about three? A rasterizer, a ray-marcher, and the almighty ray-tracer!
We will go through how I built, three different 3d engines in JavaScript and the lessons learned.