90matt / combo-builder

A prototype webapp (Django 3.1) to build and share combos in fighting games with a drag and drop UI.
0 stars 0 forks source link

Look into the base JQuery implementation of Sortable #5

Open 90matt opened 3 years ago

90matt commented 3 years ago

The current usage of jquery-sortable seems rather specialized to lists, where this project is likely leaning towards grids of divs or something similar for display. A pivot to a different middleware will probably help out in this regard.

90matt commented 3 years ago

https://jsfiddle.net/ramnathv/1064q7jm/