Skip to content
/ readobj Public

❗ This is a read-only mirror of the CRAN R package repository. readobj — Fast Reader for 'Wavefront' OBJ 3D Scene Files. Homepage: https://github.com/jefferis/readobj Report bugs for this package: https://github.com/jefferis/readobj/issues

License

Notifications You must be signed in to change notification settings

cran/readobj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readobj

Travis-CI Build Status CRAN_Status_Badge Downloads

Quick Start

For the impatient ...

# install CRAN version
install.packages("readobj")

# use
library(readobj)

# run examples
example("read.obj")

# get overview help for package
?readobj
# help for functions
?read.obj

# run tests
library(testthat)
test_package("readobj")

Installation

A released version is now available on CRAN.

install.packages("readobj")

Development version

You can use the remotes package to install the development version:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("jefferis/readobj")

Note: You will need a development environment able to compile code C++ to install in this way. MacOS X users will likely need Xcode (see https://cran.r-project.org/). Windows users need Rtools to install this way.

Acknowledgements

This package wraps the tinyobjloader C++ library available at https://github.com/tinyobjloader/tinyobjloader. Kudos to its author, Syoyo Fujita!

tinyobjloader is released under a liberal 2 clause BSD license, which this package therefore inherits.

About

❗ This is a read-only mirror of the CRAN R package repository. readobj — Fast Reader for 'Wavefront' OBJ 3D Scene Files. Homepage: https://github.com/jefferis/readobj Report bugs for this package: https://github.com/jefferis/readobj/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published