gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Implement Undo/Redo feature #75

Open gregjohnson2017 opened 4 years ago

gregjohnson2017 commented 4 years ago

Any good editor should have undo and redo commands. This will come with some careful design considerations.