Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 586 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 586 Bytes

SimpleRender

A simple rasterization renderer and a path tracer written with VS2015 and Qt5.7


Environment

Windows 10

VS 2015

Qt 5.7.1

Run exe

copy windeployqt.exe to ./exe/

run the follow scripts in cmd

windeployqt.exe SimpleRender.exe
windeployqt.exe PathTracer.exe

then you can run

SimpleRender.exe
PathTracer.exe 40[optional, the sample numbers]

Build the project

VS2015 + Qt 5.7

Results

Simple Render:

R

Path Tracer

samp:40

v40

samp:100

v100