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