A BabylonJS component library for Svelte.
This library is a work in progress. It has not been tested in its entirety and there are surely bugs, that haven't been fixed or even been identified.
If you find anything not working as expected, it would be great for you to open an issue.
The website can be found here
npm i svelte-babylon
npm ci
Run npm run dev
to launch the documentation site.
We try to make sure svelte-babylon
as is being tested somewhat. So we integrated playwright
to test and prevent common errors.
To run all tests you can simply type the following command into your console:
npm run test