denoland / wanted_modules

Is there a missing deno module that is preventing you from building something? Let us know here.
https://deno.land/x
46 stars 2 forks source link

three.js #11

Open lambtron opened 2 years ago

lambtron commented 2 years ago

Three.JS without browser overhead (Possibly x/pane derivative?)

https://threejs.org/

origin: https://discord.com/channels/684898665143206084/769285344809451572/792959700181450752

littledivy commented 2 years ago

deno_gl - https://github.com/DjDeveloperr/deno_gl can run three.js with the WebGL backend built on top of OpenGL using Deno FFI.

crowlKats commented 2 years ago

threejs has a webgpu backend as well