any good resources about raycasting

any good resources about raycasting, videos, articles...
3 Replies
sigma
sigma12mo ago
The Coding Train
YouTube
Coding Challenge #145: 2D Raycasting
In this video, I implement a basic ray casting engine with line segment “surfaces” and vector “rays.” The result simulates a light source casting shadows in a 2D canvas. https://thecodingtrain.com/challenges/145-ray-casting-2d 🕹️ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/Nqsq3DFv- 🎥 Next video: https://www.youtube.c...
The Coding Train
YouTube
Coding Challenge #146: Rendering Raycasting
Building off of the previous coding challenge (2D Ray Casting) I attempt to make my own version the original Wolfenstein 3D Raycasting engine and visualize the "field of view" of the moving particle. Code: https://thecodingtrain.com/challenges/146-rendering-ray-casting 🕹️ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/yEz...
lu_parrino
lu_parrino12mo ago
thank u ^^
sigma
sigma12mo ago
the guy in the videos is really cool, and has other interesting videos on various topics. He mostly programs in p5.js (JavaScript) and Processing (Java)