Hacker News new | ask | show | jobs
by pjmlp 251 days ago
Python is part of ANARI value proposal, and the standard takes this into account.

https://github.com/KhronosGroup/ANARI-SDK/tree/next_release/...

1 comments

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/...)