A raycasting engine in Javascript, using React and HTML. No <canvas>
, here! Live demo.
- Clone the repo with
git clone git@github.com:ahuth/raycast.git
- Install dependencies with
npm install
- Start with
npm start
- Ray-Casting Tutorial For Game Development And Other Purposes, by F. Permadi
- A first-person engine in 265 lines, by Hunter Loftis