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

Leveraging react/svelte native? #30

Open
ccaapton opened this issue Aug 28, 2022 · 1 comment
Open

Leveraging react/svelte native? #30

ccaapton opened this issue Aug 28, 2022 · 1 comment

Comments

@ccaapton
Copy link

Hi, I just notice this project and I really love the idea of gui from termux programs.

A lot of work is been put into view binding work with c/c++/python, it make me think that React Native, or similar projects like svelte native, did similar stuff binding java side ui api with javascript. The binding works could be very similar to this project.

Would you consider leveraging their work and put some integration with termux-gui and reacte/svelte native, or even flutter? If this could be done, then gui development in termux could be much easier. We can even run a lot of github react native projects directly without very little modifications.

@tareksander
Copy link
Member

React native or other functional approaches should be possible by creating a library with the same name that provides all of the functions and relays them to the plugin. Declarative approaches like svelte would be hard. For flutter you can use the web version. I'm working on adding WebView support, so you don't need the browser and can manage the tab yourself for things like flutter testing.

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

2 participants