Skip to content
/ tridi Public
forked from lwojcik/tridi

[no longer supported or maintained] JavaScript 360-degree product viewer based on series of images

License

Notifications You must be signed in to change notification settings

ounokoya/tridi

 
 

Repository files navigation

Tridi

This library is no longer supported or maintained. Read the story of Tridi on my blog »

Tridi is a flexible JavaScript library for 360-degree 3D product visualizations based on series of images. Works on mobile and desktop browsers.

Tridi in action (GIF)

Install

npm install tridi

Download

Quick start

Import Tridi as a module:

import * as Tridi from 'tridi';
// or:
const Tridi = require('tridi');

Or add Tridi to your site via a traditional script tag:

<script src="path/to/tridi.js"></script>

For minimum styling add tridi.css to head section of your page:

<link rel="stylesheet" href="path/to/tridi.css">

Using React?

Check out react-tridi by Tuan Pham which implements Tridi as a fully fledged React component.

Documentation

Documentation site is no longer available, but its content can still be found in dist folder.

Acknowledgements

Tridi was loosely inspired by 3D-Product-Viewer-JavaScript-Plugin by Jeya Prakash.

License

Licensed under MIT License. See LICENSE for more information.

About

[no longer supported or maintained] JavaScript 360-degree product viewer based on series of images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 96.8%
  • JavaScript 3.2%