react-gtk icon indicating copy to clipboard operation
react-gtk copied to clipboard

Yoga Implementation

Open clayrisser opened this issue 8 years ago • 2 comments

Discussion on approaches to implementing yoga flexbox.

https://facebook.github.io/yoga/

clayrisser avatar Sep 20 '17 05:09 clayrisser

Should we implement this in C or in JavaScript? At first I was thinking in C, but that will require me to implement this in node-gtk3, and honestly I'd have to go through some yoga middleware every time I want to access gtk. I don't know if that is a good approach. Maybe at least for the first version we should implement it with JavaScript in react-gtk. Under the hood it's all C, so it should be pretty fast anyways.

clayrisser avatar Sep 20 '17 05:09 clayrisser

I've decided that at least for now, this will be implemented with JavaScript. I don't want to force jamrizzi/node-gtk3 to use yoga.

clayrisser avatar Sep 26 '17 23:09 clayrisser