Coder Social home page Coder Social logo

blaisebundle / aten Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nackdai/aten

0.0 1.0 0.0 249.12 MB

Easy, simple path trace renderer.

License: MIT License

Batchfile 0.01% Makefile 0.10% C++ 86.87% GLSL 1.38% C 0.04% Objective-C 0.05% Cuda 11.54%

aten's Introduction

aten

This is easy, simple ray tracing renderer.
Aten is Egyptian sun god.

Idaten(path tracing on GPGPU) is under construction.
Idaten is Japanese god, it runs fast. And Idanten includes characters of aten, "idaten"

Features

  • Rendering algorithms
    • Ray Tracing
    • Next Event Estimation Path Tracing
    • Bi-Directional Path Tracing
    • Primary Sample Space Metropolis Light Transport
    • Energy Re-distribution Path Tracing
    • AOV
      • albedo, depth, normal, geometry id.
  • Acceralation
    • BVH
    • SBVH
    • TopLayer, BottomLayer
    • Transform(Translate, Rotate, Scale) objects
  • Materials
    • Emissive
    • Lambert
    • Specular
    • Refraction
    • Microfacet Blinn
    • Microfacet Beckman
    • Microfacet GGX
    • Disney BRDF
    • Car Paint (Experimental)
    • Toon(Non Photoreal)
    • Layer
  • Lights
    • Polygonal Light(Area Light)
    • Point Light
    • Spot Light
    • Directional Light
    • Image Based Lighting
  • Quasi Monte Carlo
    • Halton
    • Sobol
    • CMJ(Correllated Multi Jittered)
  • Rendering shapes
    • Polygon(.obj file)
    • Sphere
    • Cube
  • Texture Map
    • Albedo
    • Normal
    • Roughness
  • Denoise filter
  • PostEffect
    • Simple Bloom
    • Reinherd Tone Mapping
  • Cameras
    • Pinhole
    • Thin Lens(DoF)
    • 360 view
  • Others
    • Instancing
    • Scene Definition by XML
    • Deformation

Limitations

  • Not optimisation by SIMD
    • This should be easy, simple, to avoid difficult to understand, so not use SIMD.
  • Bi-Directional Path Tracing
    • Only Area Light
  • Scene Definition by XML
    • Can not specify all definitions.
  • Not support texture alpha yet.
  • There are some Japanese comments...

Under Construction Works

Future Works

  • Specify all scene definitions by XML
  • Bi-Directional Path Tracing
    • Enable to use all lights
  • Sub Surface Scattering
  • Particiate Media
  • Rendering algorithms
    • Photon mapping
    • Progressive Photom mapping
    • VCM
  • More efficient acceleration algorithms

How To Build

Windows

  1. Install CUDA 8.0 and depended NVIDIA driver
  2. Run aten/3rdparty/Build3rdParty.bat Debug or aten/3rdparty/Build3rdParty.bat Release
  3. Launch aten/vs2015/aten.sln
  4. Build porjects with x64 (not support x86)

I confirmed with Visual Studio 2015 on Windows10.

Supoort just only CUDA 8.0.

Linux

  1. Install CUDA 8.0 or later and depended NVIDIA driver
  2. Install libglfw3, libglew

sudo apt-get install libglfw3-dev

sudo apt-get install libglew-dev

  1. cd aten/build
  2. Run make make Debug or make Release

I confirmed on Ubuntu16.04.

Gallery

PathTracing 100spp

PathTracing

Materials PathTracing 100spp

Materials

Bi-Directional PathTracing 100spp

BDPT

PSSMLT 10spp 10mlt 10mutation

PSSMLT

GPGPU 1spp

GPGPU_1spp

Deformation

Deformation

(c) Unity Technologies Japan/UCL

aten's People

Contributors

nackdai avatar

Watchers

James Cloos avatar

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.