An attempt to create a working 3D iceberg model in a svelte app. Just trying out different things.
Well, I've never done web 3D before, so Im just trying out using three.js and wrapping it in a self contained svelte app.
Using yarn and rollup for this, but use what suits you.
# install dependencies
yarn install
# run and play
yarn serve