Rezmason
|
00805c884e
|
Ran formatter.
|
2025-05-29 20:33:16 -07:00 |
|
Rezmason
|
0884c6a4de
|
WebGPU Renderer now awaits the submitted work in the old device's queue before destroying it
|
2025-05-26 12:03:52 -07:00 |
|
Rezmason
|
b6570de106
|
Fixed some major bugs: the WebGPU cache should store loaded images and text, never GPU resource handles; renamed renderer "formulate" to "configure"; WebGPU renderer's configure function needs early returns after each major await, in case there's a new config; the render loops are now locally stored closures; renderers now have start and stop functions; fixed bugs in the REGL and WebGPU mirror passes; WebGPU bloom pass now enforces texture dimensions are greater than zero; the react component now stores the renderer type in a useRef and returns early from renderer init awaits to prevent multiple renderers from instantiating.
|
2025-05-25 03:30:26 -07:00 |
|
Rezmason
|
3b837c6f06
|
Massive overhaul: the renderers are now classes that implement Renderer; replaced webpack and rollup with vite; converted bundle-contents to "core" and "full" bundle profiles; renamed "inclusions" to "staticAssets", which are "url" base64-encoded images and "raw" text strings; renamed the Matrix component module to the JSX extension; built out a test scaffold at tools/test/index.html to manually test the various deploy options.
|
2025-05-23 12:49:10 -07:00 |
|