Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpaulo/visualautomata
:abcd: An application which generates, visualises and simulates classic automaton.
https://github.com/gitpaulo/visualautomata
animation automata finite-state-machine graphics visual
Last synced: about 1 month ago
JSON representation
:abcd: An application which generates, visualises and simulates classic automaton.
- Host: GitHub
- URL: https://github.com/gitpaulo/visualautomata
- Owner: GitPaulo
- License: mit
- Created: 2020-02-06T18:16:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T15:46:49.000Z (about 3 years ago)
- Last Synced: 2024-11-13T05:14:38.083Z (3 months ago)
- Topics: animation, automata, finite-state-machine, graphics, visual
- Language: JavaScript
- Homepage: https://gitpaulo.github.io/VisualAutomata/
- Size: 4.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VisualAutomata
A front-end only application that generates, displays and animates a subset of the classical state machines.**Features**:
- Interactive generation & visualisation of DFA, NFA, E-NFA and PDA.
- Animation of the process of acceptance for each of the state machines.
- Where possible, automatic conversion between state machines.## Try It Out
Since everything is done on the client, [hop straight in](https://gitpaulo.github.io/VisualAutomata/)!## To do
- [x] Start View (UI Elements)
- [x] Main View (UI Elements)
- [x] DFA, NFA, e-NFA implementation
- [x] Graphical components
- [x] Canvas events
- [x] NFA -> DFA conversion
- [x] Loader, Acceptor, Logger & Storage functionality.
- [ ] e-NFA -> NFA conversion
- [ ] Implement PDA
- [ ] Loading cyclic serialised machines.## Preview
![](.github/preview1.png)
![](.github/preview2.png)
![](.github/preview3.png)
![](.github/video.gif)