GithubHelp home page GithubHelp logo

justrenderer's Introduction

Just Renderer

bunny_normal

Ajax by Normals Integrator

768px768p, spp=1

bunny_normal

Ajax by Simple Integrator

768px768p, spp=32

bunny_normal

Ajax by AO Integrator

768px768p, spp=512

Introduction

Just Renderer 基于以往实现了的软光追和软光栅项目,提取二者可复用的部分,以实现一个整合了光线追踪和光栅化的软渲染器,并通过重构使得项目更加易于扩展和维护。

为了打造一个用于复现学术论文的趁手工具以及在学习图形学的过程中提升工程实践能力,本项目对许多优秀的渲染器实现进行了模仿和借鉴,例如 pbrtmitsubanori

Features

Common

Texture

  • Nearest Neighbor Filtering
  • Bilinear Filtering
  • Trilinear Filtering
  • Mipmap
  • Image Block

Camera

  • Perspective Camera
  • Orthographic Camera

Bounds

  • Axis-Aligned Bounding Box
  • Oriented Bounding Box

Ray Tracing

Accelerator

  • BVH
  • OctTree
  • Kd-Tree

Sampler

  • Independent
  • Random
  • Trapezoidal

Integrator

  • Normals
  • Simple
  • Ambient Occlusion
  • Whitted Style

Rasterization

Anti-Alias

  • Super Sample
  • Multi Sample

References

  1. https://github.com/cs440-epfl/nori-base-2022
  2. https://github.com/mmp/pbrt-v3
  3. https://github.com/mitsuba-renderer/mitsuba
  4. https://github.com/nothings/stb

justrenderer's People

Contributors

khaostian avatar

Watchers

 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.