-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C API? #36
Comments
There is no C API for NVRHI, and it's not currently planned. Re. NRI - these libraries solve similar problems differently; NVRHI is a more high-level API focused on ease of use (while providing good performance and the ability to go low-level easily) while NRI is a lower-level API that requires more code on the user side. |
NRI has evolved a lot since last year (thanks to the community). And NRI has C API. But, yes, it's a low level RHI requiring more work on your side. |
@apanteleev Late reply but - Nim, Zig, Odin are all nice languages but C++ doesn't play well with others :) |
Hello,
Is there a C API available for this, I don't spot one. It would really help with adoption if bindings could be created for other languages.
Also how is this different from https://github.com/NVIDIAGameWorks/NRI ?
The text was updated successfully, but these errors were encountered: