vibe-starter-3d
v0.8.22
Published
3D library for React applications
Readme
Vibe Starter 3D
This project is a foundational library for 3D projects used in Verse8. It provides essential components to start 3D development.
Introduction
Vibe Starter 3D is a library designed to easily integrate 3D elements into React applications. Built on Three.js, React Three Fiber, and related technologies, it specifically offers functionality for easily rendering and animating 3D character models in VRM and GLTF/GLB formats.
Workspace Structure
This workspace is composed of the following directories:
docs: Contains detailed documentation and guides for using the library. These are intended for developers and are distributed with the package.examples: A collection of standalone projects demonstrating various use cases and implementation patterns for the library.playground: A dedicated development environment for iterating on the library's source code. It supports live-reloading, providing immediate feedback on any changes.src: The core source code for the Vibe Starter 3D library itself.
Installation
Install Package Manager (pnpm):
npm install -g pnpmInstall Project Dependencies:
pnpm installPublishing the Package:
npm publish
