Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cat-meoww/svelte-origami

Demonstration of 3D Motion Graphics using shapes
https://github.com/cat-meoww/svelte-origami

gsap svelte threejs threlte

Last synced: 3 days ago
JSON representation

Demonstration of 3D Motion Graphics using shapes

Awesome Lists containing this project

README

        

# Svelte Origami: Free 3D Motion Graphics

This project is a detailed recreation of the origami-inspired 3D animation from Tympanus, built using the Three.js and Threlte framework. It faithfully reproduces the interactive experience, leveraging WebGL for smooth, real-time rendering of intricate folding animations and dynamic transitions. The project showcases the power of modern web technologies to replicate complex designs and bring them to life, offering a visually stunning and interactive user experience on the web.

[Article on Codrops](https://tympanus.net/codrops/?p=79782)

[Demo](https://cat-meoww.github.io/svelte-origami/)

## Installation

### Clone the repository:

```bash
git clone https://github.com/Cat-meoww/svelte-origami.git
```

### Navigate to the project directory:

```bash
cd svelte-origami
```

### Install dependencies:

```bash
npm install
# or
yarn install
# or
pnpm install
```

## Usage

### Running the Development Server

To start the development server, run:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```