Skip to content
forked from NJUCG/Moer

Research Oriented Physically Based Renderer

Notifications You must be signed in to change notification settings

otakumisaka/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)

Gallery

classroom hair teapot disney

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
  • others

BxDF

  • lambert
  • mirror
  • dielectric
  • conductor
  • disney
  • plastic
  • hair
  • 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++ 89.7%
  • C 7.6%
  • CMake 1.3%
  • Cuda 1.3%
  • Other 0.1%