Fork me on GitHub
#hoplon
<
2017-12-14
>
thedavidmeister05:12:49

@micha i actually implemented an HTML5 draggable version of this, but might need to try out your dnd solution too

thedavidmeister05:12:03

i want to try out the FLIP approach to animation for dnd too - https://aerotwist.com/blog/flip-your-animations/

alandipert05:12:35

thedavidmeister yeah! me and micha worked on a missile command game in hoplon that worked with those techniques

alandipert05:12:18

we did it SVG animations and not css transforms, but same principle i think

thedavidmeister05:12:17

haha i keep hearing about this game

thedavidmeister05:12:22

i want to see it >.<

alandipert06:12:31

it's better that nobody sees it lol. and we just talk about it and make it sound way awesomere than it actually was

alandipert06:12:44

how time has flown

alandipert06:12:18

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

thedavidmeister06:12:31

well i think it still shows hoplon concepts nicely 🙂

thedavidmeister06:12:15

its always nice to be able to see things working without battling local dev environments

thedavidmeister06:12:12

also has anyone had any experience with ckeditor5 and hoplon?

thedavidmeister06:12:33

i found a bug in a fairly minimal hoplon setup using it

alandipert06:12:28

not a game or anything. just missiles :-)

thedavidmeister06:12:47

hah, yes, just missiles!

thedavidmeister06:12:52

trying to click them to stop them 😛

alandipert06:12:02

it's just a really hard game

thedavidmeister06:12:12

still more fun than html5 dnd

micha14:12:31

@thedavidmeister i'd enjoy seeing your dnd implementation, is it a library i can check out?

micha14:12:34

the one i did there was just a little spike i did at work

micha14:12:44

we just needed something expedient

micha14:12:19

i haven't been doing frontend stuff for a while now so it was a fun exercise to do