https://github.com/cobyj33/raycaster
Raycaster Engine Editor web app
https://github.com/cobyj33/raycaster
for-blog graphics main-project ray raycast raycaster raycaster-engine react react-typescript typescript
Last synced: about 1 month ago
JSON representation
Raycaster Engine Editor web app
- Host: GitHub
- URL: https://github.com/cobyj33/raycaster
- Owner: cobyj33
- License: cc0-1.0
- Created: 2022-07-16T03:43:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T05:54:11.000Z (over 3 years ago)
- Last Synced: 2025-01-17T02:47:46.467Z (over 1 year ago)
- Topics: for-blog, graphics, main-project, ray, raycast, raycaster, raycaster-engine, react, react-typescript, typescript
- Language: TypeScript
- Homepage: https://cobyj33.github.io/raycaster
- Size: 63.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Raycaster](https://cobyj33.github.io/raycaster)
A Raycaster made from scratch with React and Typescript
View Page At https://cobyj33.github.io/raycaster

## Description
An (as of now) simple web raycaster to edit and view into a psuedo-3D world. In the App, users can visualize how the rays are casted to create the camera view, as well as edit the map with in the Map Editor.
## Getting Started
Use the SideBar in the Top Left in order to view the different screens on the site
## Help
If there are any improvements that can be made, please contact me
## Authors
Contributors names and contact info
Jacoby Johnson
* [Github](https://www.github.com/cobyj33)
* Email: jacobyajohnson@gmail.com
## Version History
* 0.1
* Initial Release
## Acknowledgments
Inspiration, code snippets, etc.
* [Lode Vandevenne's Raycaster Tutorial](https://lodev.org/cgtutor/raycasting.html)