We’re launching Lyria 3.5 in Google Flow Music, with advances across musicality, lyrics, vocals, and creative control
deepmind.google·6d ago
TL;DR
Q3Edit is a web-based editor that allows users to create and modify Quake III maps directly in their browser. It utilizes TypeScript and WebGL2 for the editing interface, while leveraging WebAssembly for BSP compilation using id Software's original q3map.
✦ Why It Matters
Engineers can use Q3Edit to prototype and test game levels rapidly without needing complex local setups.
Key Takeaways
How It Works
Q3Edit operates in the browser using TypeScript and WebGL2, providing a four-view UI similar to Radiant. It allows users to manipulate map elements like brushes and patches, while the q3map compiler processes these changes via WebAssembly, enabling fast compilation and playback.
Related