Skip to content

OUDON/emtumble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 20, 2020
bc522ea · Feb 20, 2020

History

67 Commits
Aug 22, 2018
Aug 22, 2018
Jan 22, 2020
Oct 11, 2019
Nov 23, 2017
Nov 23, 2017
Jan 22, 2020
Sep 6, 2018
Feb 8, 2019
Feb 8, 2019
Jan 9, 2018
Nov 23, 2017
Nov 30, 2017
Nov 30, 2017
May 9, 2018
Feb 20, 2020
Aug 21, 2018
Aug 21, 2018
Sep 6, 2018
Jul 31, 2018
Aug 22, 2018

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 [email protected]: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++

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published