From 84c44f0d9771def4f8939343956c0d810ab4a480 Mon Sep 17 00:00:00 2001 From: Paul Saikko Date: Sun, 12 Jun 2016 01:44:30 +0300 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..df8ee50 --- /dev/null +++ b/README.md @@ -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)