Is there a repo out there which showcases best practises, a good project structure, state handling, etc…? It would be help me immensely to read code of people who knows their way around in babylonjs.
I am thinking of a repo like Bulletproof React in the React ecosystem.
The starter repositories are good as a starting spot for new projects, but for what you’re looking to learn I think is the sort of thing that Space-Truckers: The Video Game might serve your needs.
The game is a reference architecture that is intended for learning purposes, so the yin/yang is that while it is a real-world demonstration of a BJS application code base, it is also a real-world demonstration of a BJS codebase that has evolved and grown over time.
Hope to see you contribute, and please keep asking questions!