Three.js
AssessTools
A JavaScript library for rendering interactive 3D graphics in the browser.
Why it's here
Placed in Assess: 3 article(s) of evidence from 2 source(s), led by open-source activity, with 1 in the last 30 days. Confidence 50%.
Evidence (3)
- 4Simon Willison·8/5/2026product_launchClaude Fable 5 builds a raccoon heist game
Simon Willison describes using Claude Fable 5 in Claude Code for web to generate a playable browser game based on an old raccoon-heist concept, with GitHub Pages used for rapid preview and iteration. The workflow combined the Claude agent with OpenAI's image generation API to fill in textures and visuals while the project was built and committed from mobile.
- 6Hugging Face Blog·6/9/2026open_sourceAgent Chains Two Hugging Face Spaces to Build a 3D Paris Gallery
A Hugging Face community post shows a coding agent building a 3D gallery of Paris monuments by chaining two Gradio Spaces: one for image generation and one for 3D Gaussian splat reconstruction. The agent also handled viewer integration, asset conversion, and deployment into a static Space without manual use of image or 3D tools.
- 7Hugging Face Blog·2/18/2026framework_updateGradio HTML gains custom templates and interactivity
Hugging Face says Gradio 6's gr.HTML now supports custom HTML templates, scoped CSS, and JavaScript interactivity, letting developers build rich UI components in a single Python file. The post shows examples such as timers, kanban boards, heatmaps, and ML visualization widgets that can be deployed directly to Hugging Face Spaces.