Democritus Posted August 5, 2017 Share Posted August 5, 2017 Hello, I'm totally new here and I'm trying to figure out the rest of the Babylon specs. I mean, - what is the file size and memory size of the minimum code required for the engine itself to run, before any custom code and data. - Also, is this variable? If I don't need x, y, z functions can I omit them to reduce the footprint? - I guess that the engine code and dependencies can all be provided by my website -instead of via links (for speed), right? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 7, 2017 Share Posted August 7, 2017 Hey and welcome! we have a pretty powerful mechanism to build the version of Babylon.js that you need: http://doc.babylonjs.com/generals/how_to_start#custom-builds The minimal version (once gzipped on your server) is around 200KB. The complete is around 300KB And you are correct on your last assumption Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.