Eclesia
Eclesia
Hi, there seems to be a problem in the CandyProcessor.processCandies line 155 . ``` if (newStore.equals(candiesStore)) { logger.info("candies are up to date"); return; } ``` This condition checks if the...
Error can be reproduce like this : class Foo { function init[vtable]() { say("Foo init"); } function hello() { say(**FUNCTION**); } } function newInstance(var clazz){ return clazz.new(); } function main(){...
Hello, I am the developer of Khronos ANARI java binding and also developer in GIS (geographic information systems). All ANARI implementations are ray tracing engines currently and I'm searching for...
Hello, I made the Java Panama bindings for Khronos ANARI SDK and I would like to do the same with OpenVR for the application and driver API. But to be...
### Description Hello, I am working on Netbeans and I would like to make the IDE background transparent (no just the opacity, no background at all) , so I could...
Hello again, This is more a question then an issue, but maybe it will end as a new extension. Since anari is expected to simplify the rendering and hide all...
Hello, I made several updates to make the anari object oriented API more friendly and the codebase moved to https://codeberg.org/jsorel/anari-java/. Also trying to see if it could be added in...