mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
563 stars 40 forks source link

Fixes to bindings, and build system #218

Closed njroussel closed 5 months ago

njroussel commented 6 months ago

This PR introduces the following changes:

It also updates drjit-core to point to: https://github.com/mitsuba-renderer/drjit-core/pull/81

wjakob commented 6 months ago

Just some small comments, the rest looks good 👍

njroussel commented 5 months ago

Kind of lost track of this. I removed the CMake changes, as they are handled by 554458219323cb6e06b60aff927c43393a2eddfc now which is already in nanobind_v2. This PR only includes the improvements to bind_array_t.