ViroCore is SceneKit for Android. With ViroCore, you describe high-level scenes in Java, without the need to implement rendering algorithms yourself in OpenGL. It has built-in integration with ARCore, and its set of rendering functions is equivalent to SceneKit.
It is also thoroughly documented, development guides , full Javadoc and code examples . A good starting point is to search for this sample retail code AR - it is a complete ARCore application written with ViroCore.
source
share