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

gui frontend #24

Open
jappeace opened this issue May 23, 2020 · 3 comments
Open

gui frontend #24

jappeace opened this issue May 23, 2020 · 3 comments
Assignees
Labels

Comments

@jappeace
Copy link
Owner

I'm considering making a frontend for this project that makes it easier to use for regular people (not software engineers).

Probably with reflex (because I'm familiar with it).

@jappeace jappeace added the hard label May 23, 2020
@jappeace
Copy link
Owner Author

If we use reflex, we either need to put a backend around it, or we need to use something like reflex sdl. I'm in favor of a backend and putting it on the web because now it can be deployed as a service (making it really accessible).

@jappeace
Copy link
Owner Author

jappeace commented Jun 4, 2020

An overview of what I think needs to be done:

  • Make a frontend that can handle the cli input in whatever way possible. This should include handling video files (which on cli are simply a path, but with like html should be a fileinput).
  • Make some backend which can receive the input from the frontend and run the CLI program.
  • Test it out and if it works you're done.

You could potentially simplify this by making a native frontend in for example node or sdl, then you don't need the backend part and can run the CLI directly.

@jappeace jappeace self-assigned this Jul 23, 2020
@jappeace
Copy link
Owner Author

I'm doing this with https://videocut.org/

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

No branches or pull requests

1 participant