🎉 Improve frame rendering

This commit is contained in:
AzazelN28 2024-11-20 13:49:45 +01:00
parent 59fdf64c66
commit 2db1740ce8
6 changed files with 59 additions and 31 deletions

6
render-wasm/src/view.rs Normal file
View file

@ -0,0 +1,6 @@
pub(crate) struct View
{
pub x: f32,
pub y: f32,
pub zoom: f32,
}