Coder Social home page Coder Social logo

atmos's Introduction

Atmos

A Physically Based Renderer.(Not Finished Yet)

Test_000027

Video's(Youtube || Youku) rendering was done by the Atmos Renderer, water and other physics simulation were exported from Blender. The AtmosMovie was responsible for the auto-rendering. 120 frames in all, cost 25.3h.

In 2016, this demo and the Atmos Renderer, were as my graduation project from JiangNan University.

Also developed an Atmos Editor, supports multiple camera to set up the matrials, shapes, lights...And preview the final result in real-time camera.

QQ图片20180203211712

Build

All thirdyparty libs are compiled by Visual Studio 2015.

If you're using other versions of VS, please compiled them manualy.

Thirdyparty

1.tinyobjloader Importing obj models.

2.loadpng encode / decode png image.

3.t3DataStructures from Tatty3d, provide some fundamental modules.

4.t3Math from Tatty3d, for mathematical calculation.

5.tinyexr encode / decode exr image.

ScreenShots

path dieletric texture

hello

spotlight path

atmosPath

Features

  1. Visualizer Renderer for debug and visualization.

  2. Triangle, Sphere, Disk, Plane shapes supported(with texture mapping).

  3. Perspective(with DOF) Camera.

  4. Environment, Point, Spot, Area Light supported.

  5. BVH for faster intersection.

  6. Easy to use log system, levels of urgency supported

    a3Log::debug("Whos Your Daddy? %d\n", a);

    a3LogFile::debug("Whos Your Daddy? %d\n", a);

    a3LogHTML::begin();
    a3LogHTML::debug("Whos Your Daddy? %d\n", a);
    a3LogHTML::end();

UTF-8 characters are not supported

Author

const char* 官某某 = "Bingo";

std::string 个人博客 = "http://bentleyblanks.github.io";

atmos's People

Contributors

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