Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guyettinger/gle-r3f-components
A react-three-fiber component library
https://github.com/guyettinger/gle-r3f-components
react react-three-fiber typescript
Last synced: about 6 hours ago
JSON representation
A react-three-fiber component library
- Host: GitHub
- URL: https://github.com/guyettinger/gle-r3f-components
- Owner: guyettinger
- License: mit
- Created: 2023-10-26T00:37:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T01:50:15.000Z (3 months ago)
- Last Synced: 2024-10-08T03:43:37.707Z (29 days ago)
- Topics: react, react-three-fiber, typescript
- Language: TypeScript
- Homepage: https://guyettinger.github.io/gle-r3f-components/
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gle-r3f-components
A react-three-fiber component library[![Version](https://img.shields.io/npm/v/gle-r3f-components?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/gle-r3f-components)
[![Downloads](https://img.shields.io/npm/dt/gle-r3f-components.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/gle-r3f-components)## Documentation
- [Storybook](https://guyettinger.github.io/gle-r3f-components/)## Installation
```shell
npm install gle-r3f-components@latest
```## Development
Install
```
npm install
```
Build Library
```
npm run build
```
Run Tests
```
npm run test
```
Run Storybook
```
npm run storybook
```