Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discoverygarden/dgi_3d_solution
A Drupal module to handle 3D objects within the context of Islandora.
https://github.com/discoverygarden/dgi_3d_solution
3d-models drupal drupal-module islandora
Last synced: about 11 hours ago
JSON representation
A Drupal module to handle 3D objects within the context of Islandora.
- Host: GitHub
- URL: https://github.com/discoverygarden/dgi_3d_solution
- Owner: discoverygarden
- License: gpl-3.0
- Created: 2023-03-10T17:35:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T12:25:50.000Z (over 1 year ago)
- Last Synced: 2024-11-14T16:47:55.807Z (3 months ago)
- Topics: 3d-models, drupal, drupal-module, islandora
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DGI 3D Solution
## Introduction
A Drupal module to handle 3D objects within the context of Islandora.
All related implementation details that can be cleanly decoupled from the context of Islandora
will be captured in separate modules and referenced here as needed.## Requirements
This module requires the following modules/libraries:
* [Islandora Core Feature](https://github.com/Islandora/islandora), a submodule of Islandora
* [Migrate Plus](https://www.drupal.org/project/migrate_plus)
* The core Drupal taxonomy module## Installation
Install as usual, see
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.## Usage
Currently this only provides a Migration to adds a '3D Object' term to the 'Islandora Models' Taxonomy.
The migration can be imported as part of the 'islandora' migration group, or individually as needed.## Troubleshooting/Issues
Having problems or solved one? contact
[discoverygarden](http://support.discoverygarden.ca).## Sponsors
* [UNR](https://library.unr.edu/)## Maintainers
Current maintainers:* [discoverygarden](http://www.discoverygarden.ca)
## Development
If you would like to contribute to this module create an issue, pull request
and or contact
[discoverygarden](http://support.discoverygarden.ca).## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)