You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
ExoJS is a TypeScript-first browser multimedia and rendering framework built around a clean `Application` entrypoint, a scene-driven runtime model, and explicit advanced backend surfaces when you need them.
4
4
5
-
The normal user path is package-based ESM usage through `exo-js-core`.
5
+
The normal user path is package-based ESM usage through `exojs`.
6
6
Advanced backend-specific access lives under dedicated subpaths.
7
7
8
8
## Package Surface
9
9
10
-
- Core package: `exo-js-core`
11
-
- Advanced WebGL2 surface: `exo-js-core/webgl2`
12
-
- Advanced WebGPU surface: `exo-js-core/webgpu`
10
+
- Core package: `exojs`
11
+
- Advanced WebGL2 surface: `exojs/webgl2`
12
+
- Advanced WebGPU surface: `exojs/webgpu`
13
13
14
14
## Current Built-In Runtime Features
15
15
@@ -34,15 +34,15 @@ ExoJS now treats WebGPU as the preferred built-in backend when available, with a
34
34
Normal users typically do not need to choose a backend explicitly:
0 commit comments