bardrotzer / svelte-iceberg

an attempt to show a 3d model of an iceberg in a svelte app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A 3D iceberg

An attempt to create a working 3D iceberg model in a svelte app. Just trying out different things.

what trying out?

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.

running / setup

Using yarn and rollup for this, but use what suits you.

 # install dependencies
 yarn install
 # run and play
 yarn serve

stack

About

an attempt to show a 3d model of an iceberg in a svelte app


Languages

Language:JavaScript 91.5%Language:CSS 4.3%Language:Svelte 2.3%Language:HTML 1.9%