Thursday, September 11, 2025

Show HN: Real-time texture compression in Three.js https://ift.tt/WNnvEsa

Show HN: Real-time texture compression in Three.js With the latest three.js update (r180) the use of the Spark GPU codecs is now straightforward and integration into existing gltf loaders requires just one line of code. This blog post outlining the few steps involved, goes over some of the surprises I encountered, and takes a close look at performance. The spark.js GitHub repository now includes three.js examples that are trivial to run, just: ``` npm install npm run dev ``` https://ift.tt/9Qf2W5K September 11, 2025 at 11:50PM

No comments:

Post a Comment

Show HN: Real-time texture compression in Three.js https://ift.tt/WNnvEsa

Show HN: Real-time texture compression in Three.js With the latest three.js update (r180) the use of the Spark GPU codecs is now straightfor...