This software is an emulator of Turing Tumble written in C++, and this is inspired by jstumble, which is the simulator running on blowers. Turing Tumble is a marble-powered mechanical computer. By using this tool, you can play with Turing Tumble on your PC. The key feature is that the board size is variable. So, you can construct more complicated circuits with this.
- Basic simulation
- Change a board size
- Item pallet
- Load a board from a text file
- Export a board to an image file
- Save a board to a text file
- Select/Copy/Paste/Delete multiple objects
- Use OpenGL to render faster
Download the executable from here.
Build from the sources as:
git clone [email protected]:OUDON/emtumble.git
qmake
make
- Qt5
If you change a ui files (ui/*.ui), then you need execute the folloing command:
uic ui/[UI_FILE_NAME].ui -o ui/ui_[UI_FILE_NAME].h
For example:
uic ui/mainwindow.ui -o ui/ui_mainwindow.h
qmake
make
./bin/emtumble [--cli FILE_NAME]
If you want to use in GUI, then run the command ./bin/emtumble
.
This software is released under the MIT License, see LICENSE.txt
.