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

Add Web Builds to build_apps #1540

Open
Tracked by #1604
raytopianprojects opened this issue Oct 4, 2023 · 2 comments
Open
Tracked by #1604

Add Web Builds to build_apps #1540

raytopianprojects opened this issue Oct 4, 2023 · 2 comments
Labels
deployment Issues with setuptools based application deployment enhancement webgl

Comments

@raytopianprojects
Copy link

Description

Allow the creation of web builds using the build_apps command line tool.

Use Case

Being able to create builds of my games for the web just using build_apps would simplify my pipeline and make it easier for others too.

@rdb rdb added the deployment Issues with setuptools based application deployment label Oct 8, 2023
@rdb
Copy link
Member

rdb commented Oct 8, 2023

I don't know how feasible this is, I was thinking we might need a separate build pipeline for web apps, probably something based around mypyc rather than freezing due to the relative inefficiency of running frozen code and the probably inescapable requirement of having to compile code from source anyway to create an efficient and slim build.

Though, perhaps this build pipeline could just use the same options and configuration as build_apps.

@rdb rdb added the webgl label Oct 8, 2023
@raytopianprojects
Copy link
Author

raytopianprojects commented Oct 9, 2023

If it is possible to have the pipeline just use the options and configurations from build_apps that would that'd still solve the issue but of course if that's not possible a separate build pipeline would work great too!😄

@rdb rdb mentioned this issue Jan 23, 2024
28 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Issues with setuptools based application deployment enhancement webgl
Projects
None yet
Development

No branches or pull requests

2 participants