Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dacap/undo
C++ library to implement non-linear undo/redo functionality
https://github.com/dacap/undo
cpp undomanager
Last synced: 2 months 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T22:13:15.000Z (8 months ago)
- Last Synced: 2024-08-04T02:09:03.505Z (6 months ago)
- Topics: cpp, undomanager
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 54
- Watchers: 6
- 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*[![build](https://github.com/dacap/undo/workflows/build/badge.svg)](https://github.com/dacap/undo/actions?query=workflow%3Abuild)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)A simple library to handle non-linear undo/redo history.