-
Hi, I'm developing C++ plugins for Mitsuba3 and I find it quite difficult (for scalar variant is manageable, but not so easy for jit related functions) as no C++ reference for Dr.Jit is present. Currently, I'm partially relying on enoki and Mitsuba2's C++ reference, it helps for the data structure parts, however, there still are differences between the API and underlying mechanism. Is there a C++ reference for Dr.Jit and Mitsuba3? Best Regards, Daxuan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Unfortunately, the Dr.Jit documentation is still WIP. However, for both frameworks the the C++ and Python APIs are very similar so you should be able to look at the API reference pages for references. |
Beta Was this translation helpful? Give feedback.
Unfortunately, the Dr.Jit documentation is still WIP. However, for both frameworks the the C++ and Python APIs are very similar so you should be able to look at the API reference pages for references.
Mitsuba 3 API reference
Dr.Jit API reference