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: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T00:51:42.000Z (9 months ago)
- Last Synced: 2025-09-25T02:44:46.056Z (9 months ago)
- Topics: react, react-three-fiber, typescript
- Language: TypeScript
- Homepage: https://guyettinger.github.io/gle-r3f-components/
- Size: 17.7 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
[](https://www.npmjs.com/package/gle-r3f-components)
[](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
```