Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Three.js R185 Released

Three.js version R185 has been released. The new version includes updates and improvements to the popular 3D JavaScript library.

Background

Three.js is a widely-used, open-source JavaScript library that makes it easy to create 3D graphics in a web browser using WebGL. It handles the heavy lifting of rendering 3D scenes so developers don't have to write complex GPU code directly. Version R185 is the latest release in the library's long-running series (R stands for revision). The tweet from the official Three.js account signals that the new version is out, typically bringing bug fixes, performance improvements, and possibly new features or support for newer WebGL/WebGPU standards. Anyone building 3D web experiences — from product configurators to data visualizations to browser games — relies on Three.js as a foundational tool, so a new release matters to the web development and graphics community.