Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • can someone please go ham on a newer three.js, preferably with a lot of A-frame built in, for the modern era, that is also webgpu native? pretty please?
  • What makes a 3d graphics rendering engine a good fit for llm inference?
  • ThreeJs has an abstraction that allows you to write your shaders using JavaScript, it is called ThreeJS Shading Language. This implementation makes of that to simplify development:

    https://github.com/mrdoob/three.js/wiki/Three.js-Shading-Lan...

Three-LLM: Three.js-based WebGPU LLM inference engine · Birbla