Giter Site home page Giter Site logo

rtxpy's People

Contributors

a7az0th avatar brendancol avatar ianthomas23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ianthomas23

rtxpy's Issues

Setup.cfg needs author_email

Using author = makepath in setup.cfg. When building sdist this gives a warning:

warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too

Implement GAS compaction

OptiX supports compaction of the acceleration structures that we don't use. We should use it.

Add GPU selection capability

Currently we only use GPU 0 for OptiX, but that need to change. We should pass to init the device on which we want to operate

Are there any examples available?

I have a use case, where I want to calculate hit distance to a mesh from a pinhole camera. Is there any examples of using rtxpy to do something like this?

Add support for IAS

We need to be able to handle more complex scenes, with multiple objects inside, Right now we only support single GAS scenes, but we need to build IAS that supports multiple.

Add multi-instance support

Right now there is only one global GAS for OptiX and if the user tries to build a second one we overwrite the first.
We need to add support for multiple GASs

Notify users about hidden overhead when passing in numpy buffers

OptiX works with both CUPY and NUMPY buffers, while CUPY is handled natively, Numpy can't so we allocate a GPU buffer to copy the numpy pointer into, then run the calculations on the GPU buffer, and then we transfer the results back to the numpy pointer. While this kind of workflow is expected, I've noticed that numba produces a user-facing warning that this usage results in an unnecessary overhead. Maybe we should produce such a warning as well.

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.