Y
Hacker News
new
|
ask
|
show
|
jobs
by
fulafel
249 days ago
At first blush it looks like it supports writing C in Python more than going along the grain of the managed nature:
status_handle = ffi.new_handle(anari_status) #something needs to keep this handle alive
(from
https://github.com/KhronosGroup/ANARI-SDK/blob/next_release/...
)