Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yoga Implementation #3

Open
clayrisser opened this issue Sep 20, 2017 · 2 comments
Open

Yoga Implementation #3

clayrisser opened this issue Sep 20, 2017 · 2 comments

Comments

@clayrisser
Copy link
Owner

Discussion on approaches to implementing yoga flexbox.

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

@clayrisser
Copy link
Owner Author

clayrisser commented Sep 20, 2017

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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant