-
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
Refactor ideas #14
Comments
|
Moved global state initialization into own function. Visualizer has now reached > 1000 lines including comments. |
Moved global init state into own function, is now independent from Changed in 7f0fc46 Moving the diamonds, fins, background states into their own classes structure still needs to be done. |
Now that we're getting to the stage of different foregrounds/backgrounds it would be nice to create "scenes" rather than toggling elements. https://github.com/friedrichweise/Visualizer provides a good example of splitting into different scenes which are loaded depending on what state is desired. |
Divide classes up into managed objects such as diamonds, bezier fins etc for easier state management
The text was updated successfully, but these errors were encountered: