dvdkouril / chromospace

🧬🚀 visualizing chromatin in space
https://chromospace.org/
MIT License
1 stars 0 forks source link

WebGPU rendering #2

Closed dvdkouril closed 3 months ago

dvdkouril commented 7 months ago

For the time being, depending on threejs is likely a good choice, in order to focus on figuring out requirements and defining a nice API. I am, however, tempted to implement a renderer in WebGPU, taking advantage of improved graphics capabilities (and compute). The vision of making a library that has zero dependencies (the gl-matrix is small enough to simply include in the source) and uses only browser APIs is cool, too.

Pros (of webgpu vs webgl/threejs renderer):

Cons:

dvdkouril commented 3 months ago

Closing as this is not a priority, and won't be on my radar for quite some time.