-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Rendering Optimisations - Part 2 #415
Conversation
Nope! They're redundant - I'll kill 'em with fire. |
- Remove useless exporter script - Don't hardcode Kane's local IP address
|
Strangely, clippy in CI seems to be applying more lints than on my local machine. This is very frustrating.. |
The custom rendering example is broken 😬 |
Background
Closes #259, #357, #356, #274
This is a very big PR. It touches almost all of Hotham's internals, and makes many breaking changes.
However, it also dramatically improves the performance of almost all Hotham applications. While I would have preferred to split this PR into multiple chunks, strong time pressure and the nature of inter-connected improvements made that incredibly difficult.
TODO