GithubHelp home page GithubHelp logo

edmig / rayaccel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rasmusbarr/rayaccel

0.0 0.0 0.0 9.83 MB

Hybrid CPU and GPU ray traced rendering using shared memory.

License: MIT License

C++ 19.13% C 80.87%

rayaccel's Introduction

Ray Accelerator

Ray Accelerator allows the CPU cores and the integrated GPU in a modern Intel CPU to work together for efficient ray traced rendering. The CPU takes care of shading in a vectorized manner and the GPU is used as an accelerator for intersection testing rays against the scene. Intel's Embree is used to do additional intersection testing on the CPU if there is time.

All source code for the Ray Accelerator system is present in the RayAccelerator folder. The API is exposed in RayAccelerator.h.

The system requires an Intel CPU with AVX2 support and an integrated GPU with shared memory (Haswell and later). It has been specifically tailored for Intel Haswell Core i7 4960HQ.

Example renderer

screenshot

The example renderer shows how to use Ray Accelerator to build a renderer, both a path tracer and a Whitted-style ray tracer.

Windows and Mac are supported, with Visual Studio and Xcode projects.

Source code for the example renderer resides in the Renderer folder.

Paper

Details can be found in the published paper:

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.