Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggalizzi/raycaster
A rust raycaster with Pixels and Bevy
https://github.com/ggalizzi/raycaster
bevy game-development raycaster rust
Last synced: 6 days ago
JSON representation
A rust raycaster with Pixels and Bevy
- Host: GitHub
- URL: https://github.com/ggalizzi/raycaster
- Owner: GGalizzi
- Created: 2020-08-22T12:46:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T18:17:31.000Z (over 4 years ago)
- Last Synced: 2024-12-15T23:33:07.510Z (8 days ago)
- Topics: bevy, game-development, raycaster, rust
- Language: Rust
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raycaster thingy
![Screenshot of this raycaster v5](/readmeimgs/v5.gif)
A Raycaster is a method used to render a 3D representation of a 2D grid.
There are many like it, but this one is mine.