Back to News
Advertisement
Advertisement

Discussion (2 Comments)Read Original on HackerNews

esperentβ€’about 1 hour ago
What makes a 3d graphics rendering engine a good fit for llm inference?
bhoustonβ€’about 1 hour ago
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...