Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanming-hu/pytracer
Simple path tracing renderer written from scratch in C++ with Python interface.
https://github.com/yuanming-hu/pytracer
Last synced: 2 months ago
JSON representation
Simple path tracing renderer written from scratch in C++ with Python interface.
- Host: GitHub
- URL: https://github.com/yuanming-hu/pytracer
- Owner: yuanming-hu
- Created: 2015-05-01T12:06:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T07:40:47.000Z (over 7 years ago)
- Last Synced: 2023-08-12T22:04:52.980Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 15.5 MB
- Stars: 21
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is my old (and obsolete) freshmen project. A better designed and more powerful one by me is [Taichi](https://github.com/yuanming-hu/taichi).
# Pytracer
Path tracing renderer written from scratch in C++ with Python interface.Image Rendered:
Cup:
![image](https://github.com/IteratorAdvance/Pytracer/raw/master/demos/cup.png)
Dragon:
![image](https://github.com/IteratorAdvance/Pytracer/raw/master/demos/dragon.png)
Solar System:
![image](https://github.com/IteratorAdvance/Pytracer/raw/master/demos/solar.png)