Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 572 Bytes

js-ray-casting

Simple ray casting demo using the HTML canvas element and vanilla JavaScript.

Requirements

js-ray-casting runs in the browser and is tested to work on the latest versions (as of February 22nd 2021) of Chrome, Edge and Firefox.

Running

Try it out here or alternatively download the source code and open index.html

Acknowledgements

This project was heavily inspired by The Coding Train's 2D Raycasting.

Demo