@micha i actually implemented an HTML5 draggable version of this, but might need to try out your dnd solution too
i want to try out the FLIP approach to animation for dnd too - https://aerotwist.com/blog/flip-your-animations/
thedavidmeister yeah! me and micha worked on a missile command game in hoplon that worked with those techniques
we did it SVG animations and not css transforms, but same principle i think
haha i keep hearing about this game
i want to see it >.<
it's better that nobody sees it lol. and we just talk about it and make it sound way awesomere than it actually was
https://github.com/tailrecursion/missile-command/blob/master/src/index.cljs.hl
boot1, wow
how time has flown
hiskennyness really getting into CL lately, i feel like i appreciate more now that i know how to computer better (last time i looked at it seriously was before i learned clj in ~2010). would be curious to hear your thoughts on the two some day
well i think it still shows hoplon concepts nicely 🙂
if you want, i made a really basic github pages task - https://github.com/thedavidmeister/boot-github-pages/blob/master/src/thedavidmeister/boot_github_pages.clj
its always nice to be able to see things working without battling local dev environments
also has anyone had any experience with ckeditor5 and hoplon?
i found a bug in a fairly minimal hoplon setup using it
not a game or anything. just missiles :-)
hah, yes, just missiles!
trying to click them to stop them 😛
oh true
it's just a really hard game
still more fun than html5 dnd
@thedavidmeister i'd enjoy seeing your dnd implementation, is it a library i can check out?
the one i did there was just a little spike i did at work
we just needed something expedient
i haven't been doing frontend stuff for a while now so it was a fun exercise to do