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

Website code generator for porting console games to blazor webassembly #23

Open
ZacharyPatten opened this issue Feb 25, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ZacharyPatten
Copy link
Collaborator

ZacharyPatten commented Feb 25, 2022

Currently the process of porting console to blazor webassembly is a manual process. For the most part you just copy-paste the console code into the Website project and add public readonly BlazorConsole Console = new(); and await in front of the Console member invocations. This should be easy to make a code generator for.

If there are any changes to the console games, it requires the same change be applied to the ports. However, if the ports were generated, we could just make any changes to the original console games and the generator would carry over any changes to the ports automatically.

A source generator would be good for this topic. :)

@ZacharyPatten ZacharyPatten added the enhancement New feature or request label Feb 25, 2022
@ZacharyPatten ZacharyPatten changed the title Website make a code generator for porting console games Website code generator for porting console games to blazor webassembly Feb 25, 2022
@ZacharyPatten ZacharyPatten added the help wanted Extra attention is needed label Apr 10, 2022
@ZacharyPatten
Copy link
Collaborator Author

I'm marking this issue as help wanted because I won't have time to touch this topic for the foreseeable future. If you have the spare time to attempt it, go for it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant