undoable
There are 8 repositories under undoable topic.
hedzr/undo-cxx
a c++17 undo/redo subsystem (linear or restricted non-linear)
magicmanam/undo-redo
Easy and lightweight Undo/Redo operations implementation
aabadaa/UndoRedoManager
A util class that implements undo/redo on a group of states
mariusz-ba/mb-redux-undo
High order reducer that provides undo/redo functionality to redux state containers.
Ehiremen/undoable-battle-game
A simple turn taking game that implements classes and undoable commands in c++
LouisSung/UndoFunc
Sample implementation of function calls undo (undo pattern) with Python
andres-kovalev/undoable-reducer
Simple utility to make reducers undoable
Daksh2060/undo-stringlist-method
This C++ project implements a dynamic array class for a list of strings, which allows you to create and manipulate an array of strings, featuring an undo method, which allows you to undo the operations on your array, including those like adding, deleting, and changing indexes of strings.