Code Monkey home page Code Monkey logo

zebra's Introduction

Zebra: light-weight Offline Rendering Library

English Version of README

Zebra是一个轻量级的图形学离线渲染库,它来源于 Giraffe


目标

  • 实现各种求解渲染方程的算法
  • 进行必要的调整来配合 Elephant 进行图形学与机器学习相结合的实践

如果你感兴趣

g++ -std=c++11 -O3 -fopenmp zebra.cpp -o Zebra
./Zebra box pt 1 (1代表采样数,可以为任意大于0的值)
./Zebra rainbow lt 8(pt,lt代表算法)
因为Zebra有自己的追踪语言,所以你可以在以.Zebra为后缀的文件中对场景参数进行修改而不用重新编译

已实现

  • 路径追踪
  • Light Tracer

zebra's People

Watchers

James Cloos 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.