Skip to content

Commit

Permalink
Add raycaster experiment to community examples
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed Jan 11, 2018
1 parent 664e637 commit 704acac
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 0 deletions.
22 changes: 22 additions & 0 deletions community/raycaster/README.md
@@ -0,0 +1,22 @@
# raycaster

A raycaster made by [Peter Hellberg](https://github.com/peterhellberg/) as part of his [pixel-experiments](https://github.com/peterhellberg/pixel-experiments).

Based on Lode’s article on [raycasting](http://lodev.org/cgtutor/raycasting.html).

## Controls

WASD for strafing and arrow keys for rotation.

Place blocks using the number keys.

## Screenshots

![raycaster animation](https://user-images.githubusercontent.com/565124/31828029-798e6620-b5b9-11e7-96b7-fda540755745.gif)

![raycaster screenshot](screenshot.png)

## Links

- https://github.com/peterhellberg/pixel-experiments/tree/master/raycaster
- https://gist.github.com/peterhellberg/835eccabf95800555120cc8f0c9e16c2

0 comments on commit 704acac

Please sign in to comment.