⚠️There's a newer version (0.4.1) of this package. Take me there.

readobj

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 devtools package to install the development version:

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

Note: MacOS X users will need a development environment (Xcode) to compile code. Windows users need Rtools to install this way.

Acknwoledgements

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

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

Copy Link

Version

Down Chevron

Install

install.packages('readobj')

Monthly Downloads

199

Version

0.3.2

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Last Published

March 11th, 2019

Functions in readobj (0.3.2)