Looking for examples of how to structure larger projects

I was wondering if anyone has a good example of how they structure larger projects (ideally a link to their GitHub). Are you using classes for different parts of the application? Everything in one file? JS modules and functions? I’ve found two threads that gave me a decent idea, but was wondering if anyone has more detailed examples.

Previous threads:

One thing you can look at is simply Babylon.js itself. And some projects like inspector or nme can give you some good examples

1 Like