Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psbrandt/circle-mesh
https://tympanus.net/Development/DecorativeBackgrounds/index.html as a React component.
https://github.com/psbrandt/circle-mesh
demo react threejs
Last synced: about 1 month ago
JSON representation
https://tympanus.net/Development/DecorativeBackgrounds/index.html as a React component.
- Host: GitHub
- URL: https://github.com/psbrandt/circle-mesh
- Owner: psbrandt
- Created: 2018-03-20T05:22:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T02:58:51.000Z (about 6 years ago)
- Last Synced: 2024-04-14T20:04:24.189Z (9 months ago)
- Topics: demo, react, threejs
- Language: JavaScript
- Size: 8.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Component for [This Demo](https://tympanus.net/Development/DecorativeBackgrounds/index.html)
## Install
```
npm install --save circle-mesh
```## Usage
```jsx
const App = () => (
Circle Mesh Demo
);
```You can also run the following to get the demo working:
```
$ git clone https://github.com/psbrandt/circle-mesh.git
$ npm install
$ npm run start-demo
```## Result
![](demo.png)
## Credits
All the work was done [here](https://tympanus.net/Development/DecorativeBackgrounds/index.html). This is just a thin React component wrapper.