Skip to content
/ Moer Public
forked from NJUCG/Moer

Research Oriented Physically Based Renderer

Notifications You must be signed in to change notification settings

Cchen-77/Moer

 
 

Repository files navigation

Moer: Research Oriented Physically Based Renderer

build

Moer is a phycially based renderer, providing an "easy to deploy and develop" rendering platform for computer vision (CV) and computer graphics (CG) research.

Moer is developed by NJUMeta (www.njumeta.com) from Nanjing University.

Features

  • Easy to deploy, "install & clone & make & run"
  • Structured scene description using json
  • Interface for integrator/medium/bxdf/texture... and some pre-set implementations
  • Unworried resource management for heavy resource (image/mesh)
MoerRenderer

Gallery

classroom hair teapot disney micrograin-teapot gpis

Checklist

Accelerator

  • BVH
  • Embree
  • others

Camera

  • pinhole
  • thinlens
  • spherical
  • others

Integrator

  • path-tracing
  • volpath-tracing
  • bdpt
  • mlt
  • photon-mapping
  • others

Sampler

  • independent
  • stratified
  • low-discrepancy
    • Halton
    • (0-2)-Sequence
    • Maximized minimal distance
    • Sobol'
  • others

Emitter

  • point
  • area
  • infinite
  • infinite cap
  • others

Media

  • homogeneous
  • hetergeneous
  • gaussian process implicit surface
  • others

BxDF

  • lambert
  • mirror
  • dielectric
  • conductor
  • disney
  • plastic
  • hair
  • micrograin for porous layer
  • others

Shape

  • sphere
  • quad
  • triangle-mesh
  • curve
  • others

About

Research Oriented Physically Based Renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • C 7.1%
  • CMake 1.3%
  • Cuda 1.2%
  • Other 0.1%