Skip to content
forked from NJUCG/Moer

Research Oriented Physically Based Renderer

Notifications You must be signed in to change notification settings

wangxunstu/Moer

This branch is 35 commits behind NJUCG/Moer:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 29, 2022
Oct 4, 2022
Jul 22, 2023
Aug 17, 2023
Nov 8, 2023
Nov 14, 2023
Feb 28, 2024
Aug 8, 2023
Aug 14, 2022
Feb 28, 2024
Feb 28, 2024
Nov 14, 2023
Nov 15, 2022

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%