https://github.com/notryanb/raymond-tracer
A simple ray tracer game written in Rust.
https://github.com/notryanb/raymond-tracer
Last synced: 8 months ago
JSON representation
A simple ray tracer game written in Rust.
- Host: GitHub
- URL: https://github.com/notryanb/raymond-tracer
- Owner: notryanb
- Created: 2022-07-23T20:52:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T01:50:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T14:17:14.457Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raymond Tracer
This is a silly little ray tracer implemented in the Rust macroquad library.
Inspired by [3D Sage's Raycaster YouTube series](https://youtu.be/gYRrGTC7GtA).
## Goals
- Prohibit walking through walls
- Textures
- Ceiling & Floors
- Doors w/ animation
- Sprites
- Game states [intro, title, game, win/lose]
- Sounds