mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-22 23:59:31 -07:00
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.
This commit is contained in:
6
js/bundles/core.js
Normal file
6
js/bundles/core.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Matrix } from "../Matrix";
|
||||
import staticAssets from "../staticAssets";
|
||||
import makeConfig from "../utils/config";
|
||||
import REGLRenderer from "../regl/renderer";
|
||||
import WebGPURenderer from "../webgpu/renderer";
|
||||
export { staticAssets, REGLRenderer, WebGPURenderer, Matrix, makeConfig };
|
||||
Reference in New Issue
Block a user