optimize canvas rendering
This commit is contained in:
parent
bb852ceb24
commit
645e03ea86
5 changed files with 168 additions and 100 deletions
|
@ -1,5 +1,5 @@
|
|||
use zoon::*;
|
||||
pub use js_bridge::PixiController;
|
||||
use zoon::*;
|
||||
|
||||
pub struct PixiCanvas {
|
||||
raw_el: RawHtmlEl<web_sys::HtmlElement>,
|
||||
|
|
Reference in a new issue