optimize canvas rendering

This commit is contained in:
Martin Kavík 2024-05-31 20:05:42 +02:00
parent bb852ceb24
commit 645e03ea86
5 changed files with 168 additions and 100 deletions

View file

@ -1,5 +1,5 @@
use zoon::*;
pub use js_bridge::PixiController;
use zoon::*;
pub struct PixiCanvas {
raw_el: RawHtmlEl<web_sys::HtmlElement>,