Git Product home page Git Product logo

ptgi_remastered's Introduction

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

ptgi_remastered's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

johnlkkk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.