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
- Host: GitHub
- URL: https://github.com/cdacamar/raycast_js
- Owner: cdacamar
- Created: 2016-06-02T02:33:33.000Z (about 10 years ago)
- Default Branch: dev
- Last Pushed: 2018-12-22T23:35:43.000Z (over 7 years ago)
- Last Synced: 2025-06-05T19:48:19.911Z (about 1 year ago)
- Topics: javascript, raycasting
- Language: HTML
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---


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