Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgovan/AutoDeskR
An R Interface to the AutoDesk API Platform
https://github.com/paulgovan/AutoDeskR
3d-models autodesk r viewer
Last synced: 3 months ago
JSON representation
An R Interface to the AutoDesk API Platform
- Host: GitHub
- URL: https://github.com/paulgovan/AutoDeskR
- Owner: paulgovan
- License: apache-2.0
- Created: 2016-03-09T00:09:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T19:01:49.000Z (over 1 year ago)
- Last Synced: 2023-11-20T15:12:53.581Z (about 1 year ago)
- Topics: 3d-models, autodesk, r, viewer
- Language: HTML
- Homepage: http://paulgovan.github.io/AutoDeskR/
- Size: 39.3 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - paulgovan/AutoDeskR - An R Interface to the AutoDesk API Platform (HTML)
README
[![CRAN status](https://www.r-pkg.org/badges/version/AutoDeskR)](https://CRAN.R-project.org/package=AutoDeskR)
[![CRAN checks](https://badges.cranchecks.info/summary/AutoDeskR.svg)](https://cran.r-project.org/web/checks/check_results_AutoDeskR.html)
[![](http://cranlogs.r-pkg.org/badges/last-month/AutoDeskR)](https://cran.r-project.org/package=AutoDeskR)
[![](http://cranlogs.r-pkg.org/badges/grand-total/AutoDeskR)](https://cran.r-project.org/package=AutoDeskR)
[![](https://img.shields.io/badge/doi-10.32614/CRAN.package.AutoDeskR-green.svg)](https://doi.org/10.32614/CRAN.package.AutoDeskR)![](https://github.com/paulgovan/AutoDeskR/blob/master/inst/images/basicSample.png?raw=true)
## Introduction
AutoDeskR is an R package that provides an interface to the:* Authentication API for obtaining authentication to the AutoDesk Forge Platfrom.
* Data Management API for managing data across the platform's cloud services.
* Design Automation API for performing automated tasks on model files in the cloud.
* Model Derivative API for translating design files into different formats, sending them to the viewer app, and extracting model data.
* Viewer for rendering 2D and 3D models.## Quick Start
To install AutoDeskR in [R](https://www.r-project.org):```
install.packages("AutoDeskR")
```Or to install the development version:
```
devtools::install_github('paulgovan/autodeskr')
```## Code of Conduct
Please note that the AutoDeskR project is released with a [Contributor Code of Conduct](http://paulgovan.github.io/AutoDeskR/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.## Acknowledgements
Many thanks to the developers at [https://aps.autodesk.com](https://aps.autodesk.com) for providing this great set of tools and for the support needed to learn and implement these APIs.