An open API service indexing awesome lists of open source software.

https://github.com/geekplux/d3-force-webgl-integration-demo

Integrating WebGL and D3-force to improve performance. 👻
https://github.com/geekplux/d3-force-webgl-integration-demo

d3 d3-force pixijs threejs visualization webgl

Last synced: 2 months ago
JSON representation

Integrating WebGL and D3-force to improve performance. 👻

Awesome Lists containing this project

README

        

# D3-force and WebGL integration Demo

> Integrating WebGL and D3-force to improve performance.

There is a [online demo](https://geekplux.github.io/d3-force-webgl-integration-demo).

### Preview

![](./preview.png)

### How to run

- git clone https://github.com/geekplux/d3-force-webgl-integration-demo.git into YourProjectFolder
- cd YourProjectFolder && npm install
- npm start

### Roadmap

- [x] using [Three.js](https://github.com/mrdoob/three.js/)
- [x] using [PixiJS](https://github.com/pixijs/pixi.js)
- [ ] using [regl](https://github.com/regl-project/regl)
- [ ] using origin WebGL

### LICENSE

**D3-force and WebGL integration Demo** © [GeekPlux](https://github.com/geekplux), Released under the [MIT](./LICENSE) License.

---

> Blog [geekplux.com](http://geekplux.com)  · 
> GitHub [@geekplux](https://github.com/geekplux)  · 
> Twitter [@geekplux](https://twitter.com/geekplux)