https://github.com/luisminfante/simpleraytracer
Simple Raytracing application in C++
https://github.com/luisminfante/simpleraytracer
cpp glfw graphics-programming raytracing
Last synced: about 1 year ago
JSON representation
Simple Raytracing application in C++
- Host: GitHub
- URL: https://github.com/luisminfante/simpleraytracer
- Owner: LuisMInfante
- License: mit
- Created: 2024-01-22T22:02:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T17:46:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T16:29:49.793Z (over 1 year ago)
- Topics: cpp, glfw, graphics-programming, raytracing
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Raytracing application in C++
# Getting Started
Once you've cloned, run `scripts/Setup.bat` to generate Visual Studio 2022 solution/project files.
# Controls
Edit the Sphere/Material Properties and Light Positions with sliders on the right.
Hold `Right Click` to control Camera.
| Key | Response|
|----------|----------|
| W | Forward |
| A | Left |
| S | Backward |
| D | Right |
| Q | Up |
| E | Down |
# Current Renders



