JSRay/README.md
2019-09-02 00:19:06 +03:00

9 lines
315 B
Markdown

# raycast
A small raycaster graphics engine in javascript with html 5 canvas.
Code mostly follows [this C++ raycaster tutorial](http://lodev.org/cgtutor/raycasting.html)
Live at [github.io](http://psaikko.github.io/raycast/)
![screenshot](https://raw.githubusercontent.com/psaikko/raycast/master/screenshot.png)