Not in front of a computer right now, but the previous thread made me want to report a couple of other things I noticed while trying membrane in my project before I forget again:
β’ membrane.ui/image errors if you pass bytes when using the skija backend. I believe when I looked at it the draw-image impl always tries to load the input as a path.
β’ possible Iβm blind or dense, but while the API docs exist, I donβt recall encountering a link to them anywhere from the readme or tutorials and ended up figuring out the doc url by looking at the git repo structure.
These should both be easily fixable. I'll try to look into them tomorrow. Thanks for the report!
Thanks! Still very much a WIP but I was really happy with how quickly I was able to put together a simple UI with membrane: https://github.com/casselc/clj-gaze-tracking/blob/membrane/src/casselc/gaze_tracking.clj I did have some trouble (probably an understanding issue on my end) trying to use component, so Iβm going to try to review the docs and give it another shot some time next week, but may have some questions π
The gaze tracking project sounds really cool! > I did have some trouble (probably an understanding issue on my end) trying to use component, I'm pretty sure the problem is either the docs, the concept, or maybe both. I don't think the components have had much traction for other users besides me. If you're interested, I would be happy to pair a bit to see if there's a better way to explain components.
For codox docs, I think I removed the links because I'm a bit of a perfectionist and wasn't quite happy with the overall quality. Anyway, it's probably better than nothing. I've updated them and added a link to them in the readme, https://phronmophobic.github.io/membrane/api/index.html.
Just pushed version 0.14.4-beta which adds support for URLs and bytes to ui/image for the skija backend.
Awesome, thank you again. Iβm traveling until Wednesday but may take you up on the pairing offer later in the week.