GithubHelp home page GithubHelp logo

redqueen's Introduction

As I joined Solid Angle, I won't add new features. I will only fix critical bugs for the current users.

Redqueen

A Simple Production Renderer

To give a shot:

  1. Install Visual C++ Redistributable https://www.microsoft.com/en-us/download/details.aspx?id=48145
  2. Double click "tutorialxx.exe" in the "bin" folder

To create your app:

  1. Install Visual Studio Community https://www.visualstudio.com/en-us/products/free-developer-offers-vs.aspx
  2. Select "Release" and "x64" in Configuration Manager to build your application

Features:

  • Extremely simple APIs
  • Small memory footprint
  • Reasonably fast Benchmark Benchmark
  • Integrators:
    • Unidirectional path tracing with MIS for outdoor scenes
    • Progressive final gathering for interior scenes
    • Photon mapping for SDS paths
  • Primitives: particle / cylinder (with runtime tessellation) / triangle / tetragon / cube (for voxel art) Primitives
  • OBVH with refitting / treelet reordering / child node sorting for fast occlusion test
  • Multi-level instancing (40559990463 triangles in the image below) Multi-level instancing Multi-level instancing
  • Deformation blur with consistent motion
  • Light sources: point / parallel / geometry / sky
  • Per light AOVs Per light AOVs Per light AOVs
  • AOVs (Per vertex user data can be easily obtained) AOVs
  • Uber shader (The parameters are automatically interpreted as those of d'Eon's model when applied to hair strands) Materials(Uber shader)
  • Brute-force SSS Materials(Brute-force SSS)
  • Three-dimensional procedural shaders using Voronoi cells Materials(Brute-force SSS)
  • Redqueen does not use Embree

Goals:

  • Compact - reduce memory consumption
  • Simple - so that people can use without manual
  • Fast - make best use of the instruction sets of modern CPUs
  • Robust - never crashes
  • Free - targeting at individuals and small studios

Publications

Technical Report

日本語記事

redqueen's People

Contributors

shinjiogaki 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.