Pascal Editor brings in‑browser 3D
- Pascal Editor, an open-source browser app for architectural modeling, is now shipping version 0.6.0 with new material tools, automatic room generation, exports, and walkthrough mode from the pascalorg/editor project. - The April 21 release adds GLB, STL, and OBJ export, 13 material presets, per-surface editing for walls and roofs, and auto-generated slabs and ceilings from closed wall loops. - The project runs in the browser with React Three Fiber and WebGPU, aiming at early-stage home and interior design workflows without desktop installs. (github.com)
Pascal Editor is a browser-based architectural modeling tool, and its latest 0.6.0 release adds exports, material editing, and automatic room generation. (github.com) The project is open source under the MIT license in the pascalorg/editor repository on GitHub, where it had about 14,000 stars and 1,800 forks when checked on April 26, 2026. (github.com 1) (github.com 2) Pascal says users can design and share 3D home projects in a browser, with tools for walls, rooms, levels, roofs, furniture, and interior planning. Its live editor is hosted at editor.pascal.app. (pascal.app) (github.com) Version 0.6.0 was dated April 21, 2026 in the project changelog. The release added per-surface materials for walls, stairs, and roofs, plus 13 presets including granite, marble, parquet, wallpaper, and wood. (github.com) The same release added scene export in GLB, STL, and OBJ formats. It also added a street-view walkthrough mode and a duplicate-project feature. (github.com) For non-specialists, WebGPU is the newer browser graphics layer that lets web apps talk more directly to a computer’s graphics hardware. Pascal’s codebase says its renderer uses React Three Fiber and WebGPU, with a fallback path when WebGPU is unavailable. (github.com 1) (github.com 2) The editor is split into three main parts: a Next.js app for the interface, a core package for scene data and geometry systems, and a viewer package for 3D rendering. The repository says scene state is persisted to IndexedDB, with undo and redo handled through Zundo. (github.com 1) (github.com 2) One of the bigger workflow changes is automatic wall-room generation. In 0.6.0, closed wall loops can auto-split and generate slabs, while stair cutouts can propagate into slabs and ceilings. (github.com) GitHub’s release page shows how fast the project has been moving this month. Version 0.4.0, 0.5.0, 0.5.1, and 0.6.0 all landed in April 2026, with features like building rotation, cut-out controls, and 2D-to-3D workflow fixes arriving in quick succession. (github.com) (github.com) The pitch is simple: draw a house, room, or interior scene directly in a browser tab, then export it or walk through it without installing a traditional desktop computer-aided design package. Pascal’s latest release makes that browser-first workflow more complete, but it is still aimed at architectural projects rather than general-purpose 3D modeling. (pascal.app) (github.com)