https://github.com/jsantell/three-components
Personal collection of three.js objects, utilities and helpers.
https://github.com/jsantell/three-components
three threejs webgl
Last synced: 11 months ago
JSON representation
Personal collection of three.js objects, utilities and helpers.
- Host: GitHub
- URL: https://github.com/jsantell/three-components
- Owner: jsantell
- License: mit
- Created: 2020-07-27T18:42:03.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T23:26:49.000Z (about 5 years ago)
- Last Synced: 2025-07-06T09:43:47.185Z (12 months ago)
- Topics: three, threejs, webgl
- Language: JavaScript
- Homepage: https://jsantell.github.io/three-components/examples
- Size: 4.47 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# three-components
[](https://www.npmjs.org/package/@jsantell/three-components)
A personal collection of [three.js] objects, utilities, and helpers.
Hosted on [npm] as [@jsantell/three-components](https://www.npmjs.org/package/@jsantell/three-components)
Check out the [examples].
## Support
At the time, this is mostly a personal collection and will prioritize my use cases over things like API compatibility changes. May change in the future.
## Documentation
Hosting TBD, docs can be built via `npm run docs`.
## Publish
`$ npm version [ | major | minor | patch ]`
## License
MIT License, Copyright © 2020 Jordan Santell
[npm]: https://npmjs.com
[three.js]: https://threejs.org
[import maps]: https://github.com/WICG/import-maps
[examples]: https://jsantell.github.io/three-components/examples