D0ntPanic / tpscube

An application for tracking cube solves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TPS Cube

This is an open source application for tracking cube solves. This is the code that runs on tpscube.xyz.

It is written in pure Rust using the egui framework.

  • Automatic scramble generation.
  • Streamlined session tracking optimized for quick practice sessions.
  • Solve history that isn't lost when quick resetting sessions.
  • Bluetooth cube support with split timing and advanced stats.
  • Graphical reports for tracking progress.
  • Automatic cloud sync across all your devices without any privacy concerns. Your data is completely anonymous, is shared only when you explicitly share solves, and there are no ads of any kind.
  • (Planned) Algorithm library and practice mode.

Supported platforms

  • Anything that runs a web browser with WebGL support
  • Windows / MacOS / Linux with a native binary (and without Electron!)

Scrambling algortihms

Popular scrambling algorithms, including the official WCA scramble, are licensed under GPLv3. Normally this would not be an issue, as this project is fully open source. Unfortunately, the GPLv3 license is incompatible with the iOS App Store, even if the application is entirely open source. Because of this, the scrambling algorithm implementations in this program are new and licensed under the MIT license. These algorithms are free to use anywhere (even in commercial products) and are fully compatible with all app store licensing restrictions.

Please note that the scrambles are not competition legal. Use tnoodle for competitions.

About

An application for tracking cube solves

License:MIT License


Languages

Language:Rust 99.0%Language:GLSL 0.3%Language:Python 0.3%Language:HTML 0.2%Language:Makefile 0.2%Language:Shell 0.0%