Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takahirox/THREE.WebGPURenderer
- Owner: takahirox
- License: mit
- Created: 2019-12-23T20:04:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T05:28:00.000Z (about 4 years ago)
- Last Synced: 2024-08-02T06:14:51.726Z (3 months ago)
- Topics: 3d, graphics, javascript, threejs, webgpu
- Language: JavaScript
- Size: 5.39 MB
- Stars: 133
- Watchers: 15
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webgpu - Three.js - Experimental support (Libraries / Try out WebGPU)
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/)