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 |
|
Rezmason
|
f61a4e29c9
|
Added cache check to WebGPU renderer's loadShader method. Un-commented entries into config.js. Inclusions are now explicit dynamic import lambdas, so the cache functions can detect and call them; however, webpack and rollup seem to use them differently.
|
2025-05-20 07:57:27 -07:00 |
|
Rezmason
|
eea341f50c
|
Exploring ways to preserve the vanilla JS browser demo without compromising on the bundle. Experimenting with embedding images in the bundle as data URIs
|
2025-05-06 12:59:02 -07:00 |
|
Rezmason
|
7a10893486
|
Installed prettier and added the format script to the project
|
2025-05-05 08:51:48 -07:00 |
|
nohren
|
3bc0d5d346
|
Matrix React component 1.0.0
|
2025-04-24 08:54:03 -07:00 |
|