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

Remove sub-processes #25

Open
H-s-O opened this issue Aug 27, 2023 · 0 comments
Open

Remove sub-processes #25

H-s-O opened this issue Aug 27, 2023 · 0 comments
Assignees
Labels
engine Issue related to the engine process enhancement New feature or request UI Issue related to the UI
Milestone

Comments

@H-s-O
Copy link
Owner

H-s-O commented Aug 27, 2023

The current app processes structure is like so:

Kodtrol main (Electron main)
  |-> Kodtrol UI (Electron renderer)
  |-> Kodtrol engine (spawned Node.js)
    |-> Kodtrol audio main (spawned Electron main)
      |-> Kodtrol audio webpage Howler.js (Electron renderer)

Must be turned into:

Kodtrol main (Electron main)
  |-> Kodtrol UI (Electron renderer)
  |-> Kodtrol engine webpage (Electron renderer)
@H-s-O H-s-O added enhancement New feature or request engine Issue related to the engine process UI Issue related to the UI labels Aug 27, 2023
@H-s-O H-s-O self-assigned this Aug 27, 2023
@H-s-O H-s-O added this to the Beta 1 milestone Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issue related to the engine process enhancement New feature or request UI Issue related to the UI
Projects
None yet
Development

No branches or pull requests

1 participant