Skip to content

TheNishishiro/PTGI_Remastered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

As of right now main branch is outdated and no longer works (new version is under development on a seperate branch)

PTGI_Remastered

Path traced global illumination is used to illuminate the scene by sending multiple rays from pixels and bouncing them around until it hits the light source or it reaches bounce limit. The light is then calculated based on informations collected by the bouncing ray.

Following project tries to replicate this behaviour in order to light up a 2D environment

Example screenshots

Renders (500 sppx)

User Interface

Project

Solution contains two projects,

  • PTGI_Remastered, which is a library containing the renderer and logic itself, together with all structures to run with it.
  • PTGI_UI, is just an interface to communicate with a library.

Requirements

Since GPU rendering requires CUDA to work you'll need CUDA capable GPU to utilize it.

For PTGI_Remastered you will need

 Alea 3.0.4
 FSharp.Core -Version 4.7.1

For PTGI_UI you will need

 Alea 3.0.4
 Cyotek.Windows.Forms.ColorPicker -Version 1.7.2
 Control.Draggable -Version 1.0.5049.269
 MaterialSkin.2 -Version 2.1.3

Features

Pretty much everything you'll expect from PT such as

  • soft shadows
  • colored lights
  • color bleeding
  • a bunch of noise

Improvements from old version

  • Improved code readability
  • Structures instead of raw basic data types
  • Renderer and UI seperated

About

Simple 2D path tracing renderer with GPU/CPU support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages