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

Seprate the model from the GUI/rendering code #44

Open
kevinyamauchi opened this issue May 14, 2024 · 0 comments
Open

Seprate the model from the GUI/rendering code #44

kevinyamauchi opened this issue May 14, 2024 · 0 comments

Comments

@kevinyamauchi
Copy link
Collaborator

Currently the code that describes the state of the application (i.e., the model) is heavily intermixed with the code to make the GUI and render the scene. This makes it difficult to serialize/deserialize the current state (e.g., for saving and loading checkpoints) and to swap out the back end if necessary in the future.

@kevinyamauchi kevinyamauchi changed the title Seprate the model with the GUI/rendering code Seprate the model from the GUI/rendering code May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant