undoable

There are 8 repositories under undoable topic.

  • hedzr/undo-cxx

    a c++17 undo/redo subsystem (linear or restricted non-linear)

    Language:CMake5110
  • magicmanam/undo-redo

    Easy and lightweight Undo/Redo operations implementation

    Language:C#4300
  • aabadaa/UndoRedoManager

    A util class that implements undo/redo on a group of states

    Language:Kotlin2100
  • mariusz-ba/mb-redux-undo

    High order reducer that provides undo/redo functionality to redux state containers.

    Language:JavaScript120
  • Ehiremen/undoable-battle-game

    A simple turn taking game that implements classes and undoable commands in c++

    Language:C++0200
  • LouisSung/UndoFunc

    Sample implementation of function calls undo (undo pattern) with Python

    Language:Python0200
  • andres-kovalev/undoable-reducer

    Simple utility to make reducers undoable

    Language:JavaScript33
  • 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.

    Language:C++10