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?