Skip to content

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

Notifications You must be signed in to change notification settings

AlexsaseXie/SimpleRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published