Skip to content

Exploring svelte and threlte js. Threlte extends from three js library much like react three fiber

Notifications You must be signed in to change notification settings

sonukuldeep/Svelte-3js

Repository files navigation

Svelte and threlte

Exploring threejs on svelte using threlte library

This project fetches data from my github and converts all contributions to 3D buildings😎

Live website is available here

If you want to clone and get your github data kindly modify the parameter in src/routes/+page.ts to point to your account

Screenshot 2023-09-02 133405

Docs

Clone and install

# clone
git clone git@github.com:sonukuldeep/Svelte-3js.git

# cd into the cloned directory and install
npm i
# or if using pnpm
pnpm i

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

Documentation

Sveltekit Threlte

Badges

MIT License GPLv3 License AGPL License

Author

🛠 Skills

My Skills

About

Exploring svelte and threlte js. Threlte extends from three js library much like react three fiber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published