-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a web-application project template #5
Comments
We have a few initial use-cases:
It's possible we may want to look into non-browser GUIs so we can more easily connect Python code to a UI |
Probably for Python, something like "prompt toolkit" (i.e. vkottler/vmklib#3) isn't an endgame that works for everything. Other options:
Resources: |
Maybe we should try https://grpc.io/ or something, too |
We have this now, too https://github.com/vkottler/typescript-package-template |
https://github.com/vkottler/runtimepy does front-end apps in Python. |
So far the only thing we've done leveraging datazen is the WoW-macro UI (source): https://vkottler.github.io/blizzard/static/
Right out of the gate this drove some useful feature development on the generator side, but we need to build out a template (like https://github.com/vkottler/python-package-template) so we can make more GUIs
The text was updated successfully, but these errors were encountered: