-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Open
Labels
Milestone
Description
Description
I suggest to add support for Nodes system to work with JS code similar to GLSL and WGSL. I see multiple ways in which it can be useful:
- It can be useful for doing CPU/GPGPU calculations depending on environment. I.e. you can build a large Nodes program, which then can be executed either by JavaScript, by
WebGPURenderer.compute(), orWebGLRenderer.compute()(I will do a PR addingWebGLRenderer.compute()soon). - It can be used to replicate the removed
SoftwareRenderer(a CPU-side renderer).
Solution
Add support for Nodes system to work with JS code. I can work on adding it.
Alternatives
Don't add support for Nodes system to work with JS code.
Additional context
No response
RenaudRohlinger, AlaricBaraou, sunag, verekia, lin72h and 1 more