Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 554 Bytes

File metadata and controls

19 lines (12 loc) · 554 Bytes

Simple raycasting engine in TypeScript

This projet aims to learn more about raycasting by implementing a simple raycasting engine in TypeScript.

Raycasting

Try it out here.

How to run

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev

References

3DSage
Austin Z. Henley
Lode's Computer Graphics Tutorial