Skip to content

mzandvliet/BurstRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BurstRender

Toying with some software rendering algorithms using Unity's new Burst compiler and job system.

Here's some renders of a WIP implementation of Peter Shirley's Raytracing in One Weekend book, which I started with:

Note: performance in the unity editor is quite slow due to NativeArray access safety checks. You should be able to turn those off, but as of U2018.2.6 they seem to be on no matter how you configure it. Make a build, and things run many orders of magnitude faster.

About

Toying with some rendering algorithms on the cpu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published