Fork me on GitHub
#cljfx
<
2021-03-28
>
chrisn22:03:48

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.

phronmophobic23:03:51

@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.

chrisn23:03:54

That is helpful, thanks 😊