Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 362 Bytes

React Raycasting

An implementation of 2D and 3D raycasting in React.

Based off of the coding challenge done by The Coding Train. In this fork, p5.js methods have been removed as a dependency and a lot of the math is written by hand.

Setup

Install dependencies

yarn

Run local server

yarn dev