UNPKG

p5.raycaster

Version:

a simple p5js library for semi 3d rendering with ray casting

10 lines (9 loc) 276 B
<!DOCTYPE html> <head> <title>p5 RayCaster Basic Example</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.0/p5.js"></script> <script src="../../dist/p5.RayCaster.min.js"></script> <script src="./sketch.js"></script> </head> <body> </body>