Babylon Native Template

Hello everyone,

I am trying to find a Babylon.js project template to build Babylon Native, my goal is to publish an apk to Oculus Store but this is not the focus of this question.

Is there any repo that I can use?

Ideally with typescript ready and no react like this one: GitHub - BabylonJS/BabylonReactNativeSample

Thank you in advance!

1 Like

cc @bghgary

Unfortunately, we don’t have support for Oculus support yet. See the list of issues.

We also don’t have a template for Babylon Native yet. We have some special case samples here, but I don’t think they will help with your ask perfectly. Contributions would be welcome here.

@bghgary thanks for your reply.

I’ve found those links before, as you mentioned they are not exactly what I need.

I am trying to compile a modified version of Chromium’s content shell and upload to Oculus’ App Lab. I had some success but is a very painful process (6h+ to compile).

I am going to use it as a wrapper to the Babylonjs VR app. Kinda like electron. It’s super heavy but I can’t think of a better option.

I will try some ideas this weekend.

1 Like