#145 — Ray Casting 2D
Back
In this video, I implement a basic ray casting engine with line segment "surfaces" and vector "rays." The result simulates a light source casting sha ...
Demonstration on how to create 2D visibility/shadow effects for your game.
Discussion of how to calculate which areas are visible from a given point.
A 2d collision detection library for p5.js.
Discussion of line-line intersection.
Exploration of ray marching and signed distance functions to draw funky things.
This video introduces the idea of Linear Algebra and explores the matrix math required for a simple neural network library.