Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joeroe/piwigo-3dhop
- Owner: joeroe
- License: mit
- Created: 2018-09-26T07:51:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T12:09:51.000Z (over 4 years ago)
- Last Synced: 2024-12-18T17:24:25.546Z (about 1 month ago)
- Topics: 3d-model-viewer, 3dhop, piwigo, web3d
- Language: JavaScript
- Homepage: https://piwigo.org/ext/extension_view.php?eid=879
- Size: 8.24 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.