Giter VIP home page Giter VIP logo

rpcpp_plugins's Introduction

Render Pipeline C++ Plugins

This project is to develop some plugins for Render Pipeline C++.

Build Status

Build Status About
azure-badge Visual Studio 2017
appveyor-badge Visual Studio 2017 Preview

You can download built files from each Build Page.

Plugins

background2d

This plugin shows 2D image in background in mono OR stereoscopic rendering.

(Experimental) Line Renderer

This plugin supports to draw 3D line.

openvr

This plugin supports OpenVR (https://github.com/ValveSoftware/openvr). See openvr/README.md for details.

(Experimental) recording

This plugin is to load texture or framebuffer to CPU and save it.

rpflex

This plugin runs NVIDIA FleX library (https://developer.nvidia.com/flex) which is particle based physics engine.

This plugin uses NVIDIA FleX library and some codes using FleX use the demo example. (See rpflex/NVIDIA-FLEX-LICENSE.txt file.)

But it does NOT have binary files (ex, DLL) and SDK files (ex, headers).

If you want to use this plugin, you can get the SDK from NVIDIA FleX site (https://developer.nvidia.com/flex).

(Experimental) vivesr

This plugin supports ViveSR (SRWorks) (https://developer.vive.com/resources/)

Build

Just run CMake.

You can build with Render Pipeline C++ project and samples. See Building Render Pipeline C++

Related Projects

License

See LICENSE.md file.

rpcpp_plugins's People

Contributors

azure-pipelines[bot] avatar bluekyu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

rpcpp_plugins's Issues

[OpenVR] Incorrect stereo culling

See "3D Objects Culling" in GTC2010 "Implementing Stereoscopic 3D in Your Applications" slide.

Current OpenVR plugin uses culling based on mono eye.
So, You can see that some objects are shown suddenly on boundaries of frustum.

[OpenVR] Use recommended render target size

After SteamVR update (1522617861), SteamVR has variable resolution.
So, recommended render target size should not be fixed.

  1. If OpenVR plugin uses auto-resolution, use recommended size as native resolution.
  2. If OpenVR plugin does not use auto-resolution, use native resolution and upscale to recommended size.

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.