UI Module

The UI Module adds two pages to the API: a packing demo and a ViPaq decoder. Both run in your browser, so you can try Binacle.Net without writing a request.

This module is disabled by default.

πŸ“¦ Packing Demo

Put in your own bins and items, pick an algorithm, and watch it pack.

πŸ“œ ViPaq Decoder

Paste a ViPaq string and see the packing drawn. Step through the layout to check how it was arranged.

πŸ”§ Activating the UI Module

To enable the UIModule, set the environment variable:

UI_MODULE=True

That is the whole setup. The module reads no configuration at all - both demos run in your browser and call the API they are served from, over relative URLs, so there is nothing to point anywhere.