Learn R Programming

⚠️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

Install

install.packages('readobj')

Monthly Downloads

423

Version

0.3.2

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Gregory Jefferis

Last Published

March 11th, 2019

Functions in readobj (0.3.2)

tinyobj2shapelist3d

Convert the raw tinyobjloader shapes/materials list into an rgl shapelist3d
read.obj

Read a Wavefront OBJ 3D scene file into an R list
readobj-package

Wrapper for tiny_obj_loader single file C++ library