Last time I tried Babylon even for something minimal my bundles (with esbuild) were just too big compared to alternatives.
I don’t see any mention of size optimizations in the blog post. Anyone have any knowledge on this they can share (else guess I’ll just try again with the new release).
It’s still quite monolithic. The issue is that it is a more complete engine than, let’s say Three, so the scene graph makes use of pretty much everything. Even you don’t use them, things like audio, webxr, node materials would get pulled in, despite tree shaking.
For our purposes, we filter out unused modules using webpack build. Things would crash badly if something would get used by accident, but we have a pretty controlled environment
At Roll20 we just released a beta version of our new VTT engine which is powered by Babylon. The devs on the team have really enjoyed getting to use the modern workflow compared to the legacy decade-old stuff we were using before. Thanks Babylon devs!
I'm not complaining, but isn't this self-promotion? I'd love do something like it myself when I release my next app. I'd think that I would be attacked for doing it.
I don’t think there’s a problem with posting a link to your own blog. Just don’t only do that.
> Please don't use HN primarily for promotion. It's ok to post your own stuff part of the time, but the primary use of the site should be for curiosity.
The bing AI reference in the promo video is a bit misleading with the "3D rendered..." prompt while Babylon.js is I guess only used for the subtle waiting animations.
billti|1 year ago
I don’t see any mention of size optimizations in the blog post. Anyone have any knowledge on this they can share (else guess I’ll just try again with the new release).
qiller|1 year ago
For our purposes, we filter out unused modules using webpack build. Things would crash badly if something would get used by accident, but we have a pretty controlled environment
ertucetin|1 year ago
kumarvvr|1 year ago
silverlight|1 year ago
willcipriano|1 year ago
squarefoot|1 year ago
lproven|1 year ago
cc101|1 year ago
gedjurdcv|1 year ago
> Please don't use HN primarily for promotion. It's ok to post your own stuff part of the time, but the primary use of the site should be for curiosity.
paulddraper|1 year ago
You run into issues where you use it for things that should be traditional marketing.
Guillaume86|1 year ago
ertucetin|1 year ago
FarhadG|1 year ago
deltakosh|1 year ago
RafelMri|1 year ago