Giter VIP home page Giter VIP logo

ap_compositor's Introduction

AP Compositor is now developed as part of Ascent

AP Compositor is now developed as part of Ascent (https://github.com/Alpine-DAV/ascent).

It was moved as part of a great amalgamation to simplify ongoing development and support of Ascent.

AP Compositor

This is the AP Compositor, a sort-last image compositing library. This library is designed for use-cases beyond traditional zbuffer image compositing. The intention is to fill gaps in functionality that other image compositing libraries do not support. The AP Compositor is a hybrid-parallel library: with support for both OpenMP (thread-level parallelism) and MPI

Functionality

We support two main types of reductions: Radix-k and direct send. AP Compositor use cases:

  • ZBuffer image compositing
  • Order based compositing: used in compositing volume rendered images of structure meshes
  • Partial compositing: for unstructred volume rendering, no visualization order can be calculated. As rays enter and exit segments of a mesh, local composits are created with a color, pixel id, and depth. These partial composites are sorted and blended in front-to-back order. Partial compositing also supports radiograph data (absorption and absorpton + emission), i.e. an arbitrarty number of channels (energy groups).
  • Scalar rendering: an extention of zbuffer compositing. Instead of a color, scalar image supports attaching binary blobs of data to images, typically containing scalar data from different fields of the mesh. Images are then composited in a traditional manner. This can be used to create deffered rendering data sets for. An example use case is creating Cinema image databases.

History

The compositing functionality was originally included in the Ascent in-situ visualization library. As time progressed, we separated some functionality into VTK-h. The compositing functionality is generally useful, so we released it as a standalone library. After a time out on its own, the AP Compositor decided it was time to return to home and amalgamated into Ascent.

The AP Compositor has been tested at scale on the full Sierra supercomputer (16K nodes) at LLNL as well as many other clusters.

Funding

Work on this library has beed funded by US Department of Energy through the Exascale Computing Project (ECP) and the ASC program.

License

AP Compositor is released as part of Ascent, under its BSD-style license.

ap_compositor's People

Contributors

cyrush avatar mclarsen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ap_compositor's Issues

better api for partials

vector of vectors is not the best. Leave it up to the caller to create a contiguous array to avoid copies.

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.