Skip to content

visionary-3d/blender-color-ramp-video-starter

Repository files navigation

Color Ramp Starter

Smooth Gradient With Three.js Shaders

These are the starter files for my smooth gradient with three.js shaders video.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published