https://github.com/chamale-rac/cpp-tracer
Ray tracer using C++ and SDL2 as main library.
https://github.com/chamale-rac/cpp-tracer
Last synced: about 1 month ago
JSON representation
Ray tracer using C++ and SDL2 as main library.
- Host: GitHub
- URL: https://github.com/chamale-rac/cpp-tracer
- Owner: chamale-rac
- Created: 2023-09-04T00:43:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T05:57:04.000Z (over 1 year ago)
- Last Synced: 2025-01-26T04:42:17.617Z (3 months ago)
- Language: C++
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-tracer
Ray tracer using C++ and SDL2 as main library.## Usage 🔨
🧠 `make` to compile the code, `executable` will be created.
⚠️ `make clean` to clean the stuff...