ethericlab / creative-examples

Repository, which contains short examples created with three.js, gsap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creative Samples with JavaScript, Three.js, GSAP etc

This repository contains a collection of creative web samples built using various JavaScript libraries, including Three.js, GSAP, and more.

Table of Contents

Prerequisites

To run these samples, you'll need to have the following installed on your system:

  • Node.js
  • npm (or yarn)

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Run npm install or yarn install to install the required dependencies.

Usage

To run any of the samples, navigate to its directory in your terminal and run the following command:

npm run dev

This will start a development server that you can access via the link printed in your console.

Each sample includes a README.md file that explains its purpose and how to use it.

License

This repository is licensed under the MIT license.

About

Repository, which contains short examples created with three.js, gsap

License:MIT License


Languages

Language:JavaScript 78.3%Language:GLSL 8.9%Language:HTML 8.3%Language:CSS 4.4%