Turing Craft is Visual Simulator and Graph Creator for Universal Turing machines (UTM). Perfect for academic purposes, it enables students and researchers to design, simulate, and analyze Turing machines and computational graphs.
A Turing Machine is a mathematical model of computation, first proposed by the mathematician Alan Turing in 1936. It is a theoretical device that manipulates symbols on a strip of tape according to a set of predefined rules. Despite its simplicity, the Turing Machine is a universal model of computation and forms the foundation for computability.
You just need to create the graph, place the information on the tape and click on the green button to simulate.
- Graphical analysis for better insights into computation.
- Visual pixel display for tape segments.
- Numeric display to represent binary numbers stored on the tape.
- Save and load machine states.
- Customize sounds for different machine states or actions.
- Generate code for other Turing machine applications, such as Turing Machine Simulator.
- Support for graph layout algorithms.
- Intuitive interface for designing and editing Turing machines.
- Real-time simulation with step-by-step execution and debugging tools.
Firstly you must vite installed npm install -D vite
To run locally, just install the dependencies via npm install
and then npm run dev
.
To execute via desktop locally you must create a build npm run build
it will be generated dist-electron
,
after that just npm run electron
.
Anderson Pozzi (2024).
This project is made using my project https://github.com/Apozzi/markov-builder-js as basis, If you are interested, take a look.
- TODO - Adjust file saving in electron (desktop).