Live data from Hacker News

Simple undo history for a mesh graph using diffs

blog.shapereality.io

1–2 of 2 posts

Re: Simple undo history for a mesh graph using diffs

#2
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.