Brian Jesse

Results 24 comments of Brian Jesse

That's a good idea. I don't think I'll be able to jump into that right away since my goals are working on bugs, tests, and features at the moment, However,...

@Nodragem that YouTube example is not far off from what this library is already capable of. What does your build process look like? Are you using Webpack with vue-loader? Hot...

Hi, sorry this is late, could you prepare a minimally reproducible example on Glitch or something similar? [Here's a starter example on Glitch](https://glitch.com/~vue-babylonjs-starter).

The docs are now fairly content-complete [check them out on the website](https://beg-in.github.io/vue-babylonjs). Styling and example links are still in-progress. Stay tuned for when the quality-of-life improvements come to the documentation...

Significant update time! If you haven't seen it already, the documentation website has received a lot of attention. Additionally, since the updates that happened to Babylon.js in 3.3.0 I went...

Hi all, A new version of the plugin, `[email protected]`, is now live. This includes a complete Observable system that will allow you to attach listeners to your components that are...

I've released a new version `[email protected]` which brings support for the highly requested loaders implementation. [Please see the Asset documentation for details!](https://vue-babylonjs.com/#/asset) This also brings support for Babylon.js 4.0! Along...

Sorry I missed this. I noticed your comment in #63, were you able to figure this out then?

If you use the `@scene` or `@complete` events on the component do you have an initialized object? It's probable that you are trying to access that object before it's completely...

Hey @kgeusens I was able to verify that the scene `v-model` is not being initialized in the source. I'll patch and let you know when that's released. Apologies for the...