A web based character sorter. Allows users to run through a manual merge sort of their favorite characters from a set.
Features
- Entirely client side, no backend server required.
- Filtering out characters based on JSON based filters.
- Shareable links of sorter results.
- Versioning of sorter data - you may want to add characters and resources over time. Versioning keeps shareable links valid even if the base character data is changed.
- html2canvas for image generation.
- seedrandom for PRNG used in character array shuffling.
- lz-string for shareable link compression.
- SpinKit for loading animation.
- thsort for the original inspiration.
- Does not work with CloudFlare's Rocket Loader.
- Breaks on older versions of IE and mobile Safari, due to various incompatibilities.