pablopunk / chronocube

[UNMANTAINED]. Simple app to time your Rubik's Cube solves

Home Page:https://chronocube.pablopunk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chronocube Join the chat at https://gitter.im/pablopunk/chronocube License

Simple app to time your Rubik's Cube solves

This app is cross-platform as it's created with HTML+CSS+JS and it's packaged on Electron, a tool to create apps from webapps, so you can use it as a native app on your desktop.

screenshot

Download

Build and Package

Make sure you have the dependencies installed (instructions are found in each page, but this is how you do it on OS X):

Use the MAKEFILE to build the executable for all platforms:

  • make all:
    • creates all builds inside build/
    • creates apps for mac and win inside dist/
  • Specific arquitectures:
    • make osx
    • make win
    • make linux32
    • make linux64
    • make linux (both ia32 and x64)

Contribution

Request new features! Open an issue or join the chat.

Are you a developer or a designer? Fork it and make a pull request!

Or simply show me some love ;)

License

Check LICENSE (MIT License)

Also credits to:

Older versions included:

About

[UNMANTAINED]. Simple app to time your Rubik's Cube solves

https://chronocube.pablopunk.com

License:MIT License


Languages

Language:JavaScript 73.3%Language:CSS 14.0%Language:HTML 11.1%Language:Makefile 1.6%