force simulator for graph layout
-
implement viewer by threejs
- initialize three
- generate mock data
- show vertices with pointscloud
- show edges with line2
- update points and line2
-
implement simulator powered by cpu
- initialize vertices layout
-
implement simulator powered by gpu
readBuffer()
inWebGPU
gl.getBufferSubData()
inWebGL2