Reconstruct v0.5

Dec 31st, 2025
Happy new year. Here's what changed in version 0.5:
  • - Created better link previews
  • - Massively sped up icon and alg suggestion generation

> Pretty previews

Posting a link on a messaging service like Discord will now generate a preview of the solve. This is a lot like the screenshot tool, just a different format. Some of you might find it easier to share a link compared to an image.
Preview example
Pressing Ctrl+S or the Share button is the best way to copy for a preview, but just copying the URL also works.

> Gas, gas, gas

Autocomplete suggestions and icons now generate basically instantly. I did this by removing the bad code and adding the okay code. Before I was abusing a library called cubingjs to represent all the cube state. This is great for the 3D elements of the page, but it's not well suited for the cube interpretation logic I'm doing. I now can represent the cube using just a few arrays.
Peace out girl scout.