membrane

chucklehead 2024-02-18T07:20:39.973269Z

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.

phronmophobic 2024-02-18T07:32:12.592099Z

These should both be easily fixable. I'll try to look into them tomorrow. Thanks for the report!

πŸ™πŸ» 1
chucklehead 2024-02-18T07:56:59.533249Z

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 πŸ™‚

phronmophobic 2024-02-18T19:26:03.326709Z

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.

phronmophobic 2024-02-18T20:57:59.675909Z

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.

phronmophobic 2024-02-18T21:16:40.965339Z

Just pushed version 0.14.4-beta which adds support for URLs and bytes to ui/image for the skija backend.

chucklehead 2024-02-19T02:38:05.816829Z

Awesome, thank you again. I’m traveling until Wednesday but may take you up on the pairing offer later in the week.

πŸ‘ 1