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
- Host: GitHub
- URL: https://github.com/d3adrabbit/origami
- Owner: d3adrabbit
- Created: 2024-07-08T17:51:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:51:39.000Z (8 months ago)
- Last Synced: 2025-04-09T20:09:50.542Z (15 days ago)
- Topics: codrops, gsap, motion, r3f, threejs, webgl
- Language: TypeScript
- Homepage: https://tympanus.net/Development/Origami/
- Size: 4.21 MB
- Stars: 208
- Watchers: 4
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Origami: Free 3D Motion Graphics

[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)