This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-14
Channels
- # adventofcode (62)
- # beginners (78)
- # boot (26)
- # boot-dev (9)
- # cider (73)
- # cljs-dev (33)
- # cljsrn (36)
- # clojure (159)
- # clojure-android (1)
- # clojure-austin (1)
- # clojure-greece (79)
- # clojure-italy (10)
- # clojure-nl (3)
- # clojure-russia (11)
- # clojure-spec (33)
- # clojure-uk (26)
- # clojurescript (107)
- # core-async (22)
- # core-logic (12)
- # cursive (16)
- # datomic (13)
- # devcards (5)
- # duct (36)
- # emacs (4)
- # figwheel (3)
- # fulcro (107)
- # graphql (171)
- # hoplon (27)
- # instaparse (24)
- # jobs-discuss (34)
- # juxt (3)
- # lein-figwheel (1)
- # leiningen (8)
- # lumo (11)
- # off-topic (9)
- # onyx (79)
- # parinfer (1)
- # pedestal (75)
- # re-frame (27)
- # rum (1)
- # shadow-cljs (11)
- # spacemacs (20)
- # specter (17)
- # unrepl (96)
@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
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?