Babylon 7.0 Is Out
babylonjs.medium.com
Babylon 7.0 Is Out
1–10 of 19 posts
Re: Babylon 7.0 Is Out
#2Re: Babylon 7.0 Is Out
#3Re: Babylon 7.0 Is Out
#4Re: Babylon 7.0 Is Out
#5Re: Babylon 7.0 Is Out
#6I 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).
Re: Babylon 7.0 Is Out
#7Congrats, team! Thank you for your hard work. I've used all the well-known libraries, and Babylon.js has the best performance for the web.
Re: Babylon 7.0 Is Out
#8Re: Babylon 7.0 Is Out
#9Last 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).
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