Skip to content

Library for compressing and decompressing 3D geometric meshes and point clouds in React Native

License

Notifications You must be signed in to change notification settings

callstack/react-native-draco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-draco

React Native bindings for Draco - a library for compressing and decompressing 3D geometric meshes and point clouds.

Installation

yarn add @callstack/react-native-draco

Usage

For documentation on how to use the Draco library, please refer to the official documentation.

const decoderModule = DracoDecoderModule();
const buffer = new decoderModule.DecoderBuffer();
buffer.Init(byteArray, byteArray.length);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

Library for compressing and decompressing 3D geometric meshes and point clouds in React Native

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published