Simple undo history for a mesh graph using diffs

2 arjonagelhout 1 8/19/2025, 2:35:35 AM blog.shapereality.io ↗

Comments (1)

arjonagelhout · 2h ago
Hi HN, I’m working on a 3D modeling app, and landed on a simple approach to implementing undo for a mesh graph data structure.

I’d also love to be pointed to other techniques or approaches that might be better.

Let me know if the part about recording the diff is of interest.