any good resources about raycasting
any good resources about raycasting, videos, articles...
3 Replies
https://www.youtube.com/watch?v=TOEi6T2mtHo&pp=ygUXY29kaW5nIHRyYWluIHJheWNhc3Rpbmc%3D
https://www.youtube.com/watch?v=vYgIKn7iDH8&pp=ygUXY29kaW5nIHRyYWluIHJheWNhc3Rpbmc%3D
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...
thank u ^^
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)