cljfx

https://github.com/cljfx/cljfx
chrisn 2021-03-28T22:32:48.043800Z

Do you have an example of a custom render? I would like to do some opengl and need a writable-image based component to render to.

phronmophobic 2021-03-28T23:02:51.045200Z

@chris441, not exactly sure what you mean by custom render. Here's my graphics backend implementation that works with cljfx, https://github.com/phronmophobic/membrane/blob/master/src/membrane/cljfx.clj#L411 There's basic examples for drawing some shapes, text, images, etc.

chrisn 2021-03-28T23:52:54.045500Z

That is helpful, thanks 😊