
Bundler plugins for optimizing glTF 3D models
R&D Bundler 3D Plugins is an innovative toolkit designed to elevate the integration of glTF 3D models in modern web applications. Created by the R&D team at The New York Times, this monorepo encompasses plugins for popular bundlers like Vite and Rollup, allowing seamless processing and optimization of 3D models. Traditional web content often has robust support within these bundlers, but this project fills the void by providing the necessary tools for handling 3D assets, which are becoming ever more prevalent in web development.
What sets this toolkit apart is its use of the glTF-Transform library to facilitate model processing, paired with a configuration system that is both flexible and powerful. It empowers developers to customize their approach, choosing from existing optimization stages or crafting new methods tailored to their project’s unique needs.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.