Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takahirox/THREE.WebGPURenderer

Experimental Three.js WebGPU renderer
https://github.com/takahirox/THREE.WebGPURenderer

3d graphics javascript threejs webgpu

Last synced: 5 days ago
JSON representation

Experimental Three.js WebGPU renderer

Awesome Lists containing this project

README

        

[Three.js official started to work on WebGPU renderer](https://github.com/mrdoob/three.js/tree/dev/examples/jsm/renderers/webgpu) then I may stop to update this project, and contribute to the Three.js official one instead.

# THREE.WebGPURenderer
Experimental Three.js WebGPU renderer

[Online Demo](https://takahirox.github.io/THREE.WebGPURenderer/examples/index.html) / [Video](https://twitter.com/superhoge/status/1229591960240832512)

Turn on #enable-unsafe-webgpu via chrome://flags on Chrome Canary for the demo.

## Links

- [WebGPU specification](https://gpuweb.github.io/gpuweb/)
- [WebGPU Samples](https://github.com/austinEng/webgpu-samples)
- [webgpu-trial](https://github.com/takahirox/webgpu-trial)
- [Three.js](https://threejs.org/)