Documentation for react-Babylon

Is there any Documentation on react-babylonjs

There’s this page in our documentation repo:

3 Likes

I also especially like @brianzinn 's amazing Storybook documentation with a ton of examples :slight_smile: Babylon Basic - Animations ⋅ Storybook (brianzinn.github.io)

3 Likes

hi @Vaisakh_M . The current documentation is pretty horrible. It doesn’t explain many of the nuances of working in a declarative way and with React. There is a new website in the works, but I never seem to get time to work on it. It’s nearly there now - I’m just slowly moving some important examples over.

If you really wanted it can run locally - it’s a gatsby static website:
react-babylonjs/packages/static at master · brianzinn/react-babylonjs (github.com)

2 Likes

here they are using @babylonjs/core right i need react-babylonjs

You’ll need to install both @babylonjs/core and react-babylonjs. Core provides us with the, well, core Babylon functionality, like the Engine, Materials, etc…, while react-babylonjs takes these elements and gives us the nicely wrapped React tags like <Engine>, <Material>, etc :slight_smile:

2 Likes