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

https://github.com/d3adrabbit/origami

Free 3D Motion Graphics
https://github.com/d3adrabbit/origami

codrops gsap motion r3f threejs webgl

Last synced: 15 days ago
JSON representation

Free 3D Motion Graphics

Awesome Lists containing this project

README

        

# Origami: Free 3D Motion Graphics

![3d motion graphics](https://tympanus.net/codrops/wp-content/uploads/2024/07/3dmotiongraphics_01-2.jpg)

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

[Demo](https://tympanus.net/Development/Origami/)

## Installation

### Clone the repository:

```bash
git clone https://github.com/d3adrabbit/origami.git
```

### Navigate to the project directory:

```bash
cd 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
```

## Misc

Follow Codrops: [X](http://www.X.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)

## License

[MIT](LICENSE)

Made with :blue_heart: by [deadrabbbbit](https://x.com/deadrabbbbit) and [Codrops](http://www.codrops.com)