Create README.md

This commit is contained in:
Paul Saikko 2016-06-12 01:44:30 +03:00 committed by GitHub
parent ed4fd2a1ac
commit 84c44f0d97
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# 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)
![screenshot](https://raw.githubusercontent.com/psaikko/raycast/master/screenshot.png)