Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 2.19 KB

File metadata and controls

66 lines (58 loc) · 2.19 KB

image image image image image

OpenTimer

Fast and minimal speedcubing timer written in Qt.

image

Table of contents

  1. Features
  2. Installation
  3. Building from source

Features

  • Written using C++ and Qt so it's blazingly fast
  • Code is open and minimal so anyone can work on it
  • User Interface made of dock widgets which provides opportunities for customisation
  • The ability to load and save solving sessions on the disk
  • It is Libre/Free software under the GPL v3 License
  • Does not spy on you
  • You can use it on both Windows and Linux
  • Supports 32-bit Windows machines so you can use it on older hardware
  • Scramble generator included
  • Scramble previewer included

Installation

For Microsoft Windows

Go to the Release page of this project and grab 'opentimer-installer-x86.exe' file, open it and follow the instructions.

For Linux

Arch-based distros

On Arch based distributions you can just download it from the AUR. For example if you're using yay:

yay -S opentimer

Building from source

Dependencies

  • Qt5
  • make

On Linux

  1. Clone this repo:
git clone https://github.com/sewe2000/opentimer
  1. Change working directory
cd opentimer
  1. Configure and compile:
qmake -config release
make
  1. Run opentimer:
./opentimer