Kai O'Reilly
Kai O'Reilly
Currently, there is a lot of boilerplate code involved in each new project (mainrun, window, viewport, main menu, window event loop, etc). This could be simplified with a `goki new`...
It is impossible for GoGi to be fully reliable without a lot more unit tests, including ones on actual UI elements, not underlying calculations.
**EDIT:** this issue is actually not a memory leak, but a wasm compilation / Chromium issue as described below. Memory usage on web has increased by a factor of more...
If the user has set their operating system preferences to dark or light mode, GoGi should recognize that preference and default to that value.
We may need to handle some global `Restyle`/`Rebuild` flag.