The Minimal Babylon Lite + Vite Template

To continue from Introducing Babylon Lite - #60 by labris in separate thread.

The template updated to Lite 1.9.0

The Lite-Compat template lives here:

5 Likes

Thanks for this. I am so excited for Lite. It complements what I’m doing so well.

Some might find it useful to have a variation of this that contains at least one bundled asset. I expect the majority of projects to have assets, and they add small but meaningful complexity to the minimal configuration.

It may also be useful to leave space for contributors to provide minimal templates of “Babylon Lite + other framework” (react, svelte, etc). I love that Babylon projects don’t require other frameworks (and many of mine don’t). Even so, there are still framework-based projects that use Babylon embedded (which I’m currently doing, with Svelte). I’d be happy to contribute a minimal example of that once I’ve finished porting my current project to Lite.

1 Like

In Babylon.js template I have different frameworks supported - GitHub - eldinor/bp900: Babylon.js 9 and Babylon Lite-Compat Template with Havok Physics, GLB loading and GUI / React, Vue, Svelte · GitHub

If you want to create a PR for Lite template you are welcome!

Also note that there is the lite-compat template as well - bp900/templates/lite-compat at main · eldinor/bp900 · GitHub

2 Likes