cljfx

https://github.com/cljfx/cljfx
vlaaad 2020-05-19T09:07:06.140400Z

I have some interesting news yall: King made its Defold game engine https://defold.com/opensource/! I worked on Defold, and its editor is one of the reasons cljfx exists 🙂 Cljfx is used in some parts of the editor, so if you want to see more example usages in production code, there are some: • https://github.com/defold/defold/blob/1a66d788de61adaf5ae43bb1222471f9845d1298/editor/src/clj/editor/fxui.clj • https://github.com/defold/defold/blob/editor-dev/editor/src/clj/editor/dialogs.clj • https://github.com/defold/defold/blob/editor-dev/editor/src/clj/editor/cljfx_form_view.clj

1😀