https://github.com/dacap/undo
C++ library to implement non-linear undo/redo functionality
https://github.com/dacap/undo
cpp undomanager
Last synced: about 1 month ago
JSON representation
C++ library to implement non-linear undo/redo functionality
- Host: GitHub
- URL: https://github.com/dacap/undo
- Owner: dacap
- License: mit
- Created: 2016-08-01T12:48:06.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T22:13:15.000Z (12 months ago)
- Last Synced: 2025-04-04T19:55:32.090Z (about 2 months ago)
- Topics: cpp, undomanager
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 63
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- AwesomeCppGameDev - undo - linear undo/redo functionality (C++)
README
# Undo Library
*Copyright (C) 2015-2018 David Capello*[](https://github.com/dacap/undo/actions?query=workflow%3Abuild)
[](LICENSE.txt)A simple library to handle non-linear undo/redo history.