Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joeroe/piwigo-3dhop

Piwigo plugin for viewing 3D models using 3DHOP
https://github.com/joeroe/piwigo-3dhop

3d-model-viewer 3dhop piwigo web3d

Last synced: 1 day ago
JSON representation

Piwigo plugin for viewing 3D models using 3DHOP

Awesome Lists containing this project

README

        

# piwigo-3dhop

`piwigo-3dhop` is a plugin for [Piwigo](https://piwigo.org) that allows 3D models to be added to galleries and viewed using [3DHOP](http://www.3dhop.net).

3DHOP currently supports models in `.ply` and `.nxs` format. Other files may be added to Piwigo using the "multiple formats" functionality but cannot be viewed directly.

## Installation

### From Piwigo

The easiest way to install the plugin is from within Piwigo. Search for '3dhop' in the plugin manager, click 'install', and then 'activate now'.

### From GitHub (development version)

To use the latest development version of the plugin, you can clone this repository directly into the `plugins` directory of your Piwigo installation.

```
cd /plugins
git clone https://github.com/joeroe/piwigo-3dhop.git 3dhop
```

Alternatively, download the repository using the link above and unzip it to `plugins/3dhop`.

## Usage

Enable the '3dhop' plugin in your Piwigo admin interface. You can then add models to the gallery using file synchronisation (FTP) or the upload tool.

Note that the plugin currently cannot generate thumbnails of 3D models on album pages, etc.

## License

The `piwigo-3dhop` plugin is licensed under the MIT License. 3DHOP was developed by the [Visual Computing Laboratory](http://vcg.isti.cnr.it/) at CNR-ISTI and is included with the plugin under the terms of its GPL v3.0 license.