ReactCasting icon indicating copy to clipboard operation
ReactCasting copied to clipboard

Raycasting engine that renders scene in HTML using React (no canvas) and renders as text in textarea or console 😅

ReactCasting

Raycasting algorithm that renders pseudo 3D scene in HTML using React (no canvas) and renders as text in textarea or console

main

Live demo

WASD - to move

QE - to rotate

Features

  • Textures
  • Sprites
  • Simple lighting system
  • Rendering scene in <textarea>
  • Rendering scene in Chrome console

Rendering scene using <div> elements

Everything you see is built by HTML5 <div> using React

div-example

Rendering scene as text inside <textarea>

div-example

Rendering scene as text inside browser console

Works correct only in Google Chrome

div-example

Inspired by

Contributors