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

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.

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