Skip to content

[GitHub Trending] pascalorg/editor

5 relevance
Score Breakdown
technical depth
5
novelty
5
actionability
5
community
5
strategic
5
personal
5

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

DevTools github.com
Summary

Pascal Editor is a 3D building editor built with React Three Fiber and WebGPU, structured as a Turborepo monorepo with four main packages: core, viewer, editor, and nodes. The core package manages scene state via Zustand stores with IndexedDB persistence and 50-step undo/redo via Zundo, while nodes are stored in a flat dictionary with parentId references rather than a nested tree. The viewer renders scenes with sensible defaults, and the editor extends it with interactive tools, selection management, and editing capabilities.

Author

pascalorg