GitXplorerGitXplorer
v

r3f-webgpu

public
5 stars
3 forks
0 issues

Commits

List of commits on branch main.
Unverified
70b057b1b53517632e5a28d83729fb41a0ae2f0b

feat: update to r171

vverekia committed 2 months ago
Unverified
8c96f9ae3fd301d44e59d0c335bcea79b6b6e683

docs: add note about broken shadows

vverekia committed 8 months ago
Unverified
0402458349473dc9b88423d8095340ac44d617d4

docs: update readme

vverekia committed 8 months ago
Unverified
bede58729698afae7bc88d365e5d19320f61a36a

chore: change export mode to ssg

vverekia committed 8 months ago
Unverified
1b1af991c1d80edea7a180841f09cdade050de31

chore: update all packages

vverekia committed 8 months ago
Unverified
a57c71ff2073ed0e22f03809fbffdbeded1ab075

chore: update three

vverekia committed 8 months ago

README

The README file for this repository.

React Three Fiber + WebGPU

How to use

npm i or yarn or bun i

Then npm run dev or yarn dev or bun dev

Performance

On an M3 Macbook Air:

  • Rendering 2000 boxes with WebGL runs at ~30fps.
  • Rendering 2000 boxes with WebGPU runs at ~12fps (and shadows have artifacts).