Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Raycaster Engine Editor web app

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

![Spin](public/spin.gif)
## 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: [email protected]

## Version History

* 0.1
* Initial Release

## Acknowledgments

Inspiration, code snippets, etc.
* [Lode Vandevenne's Raycaster Tutorial](https://lodev.org/cgtutor/raycasting.html)