An open API service indexing awesome lists of open source software.

https://github.com/cdacamar/raycast_js

Raycasting in Javascript
https://github.com/cdacamar/raycast_js

javascript raycasting

Last synced: 10 months ago
JSON representation

Raycasting in Javascript

Awesome Lists containing this project

README

          

# Raycasting in Javascript

Just an JS implementation of [this](http://lodev.org/cgtutor/raycasting.html) tutorial. The goal was to emulate what was happening in the C++ version exactly and also to remind me of how annoying JS can be...

### Screens
---
![alt tag](static/assets/_1.png)
![alt tag](static/assets/_2.png)

### Todos

- Make map overlay
- Optimize
- Guns? Fun things?