Skip to content
forked from OUDON/emtumble

An emulator of Turing Tumble written in C++

License

Notifications You must be signed in to change notification settings

ken-vos/emtumble

 
 

Repository files navigation

emtumble

demo

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.

Features

Implemented

  • Basic simulation
  • Change a board size
  • Item pallet
  • Load a board from a text file
  • Export a board to an image file

Planning

  • Save a board to a text file
  • Select/Copy/Paste/Delete multiple objects
  • Use OpenGL to render faster

Installation

Mac OSX (10.13 or later)

Download the executable from here.

Others

Build from the sources as:

git clone git@github.com:OUDON/emtumble.git
qmake
make

How to Build

Requirements to Build

  • Qt5

Update UI files

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

Build

qmake
make

Usage

./bin/emtumble [--cli FILE_NAME]

If you want to use in GUI, then run the command ./bin/emtumble.

License

This software is released under the MIT License, see LICENSE.txt.

About

An emulator of Turing Tumble written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • QMake 2.5%