Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cobyj33/raycaster
- Owner: cobyj33
- License: cc0-1.0
- Created: 2022-07-16T03:43:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T05:54:11.000Z (over 1 year ago)
- Last Synced: 2023-04-09T05:36:58.629Z (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
![Spin](public/spin.gif)
## DescriptionAn (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
## HelpIf there are any improvements that can be made, please contact me
## AuthorsContributors 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)