Skip to content

Commit

Permalink
feat: arena visuals
Browse files Browse the repository at this point in the history
reuses what it can from world rust api (the style structures), however the arena visual API doesn't expose the serialisation methods that world has, so arena visuals work differently and probably involve more js<->wasm switches.
  • Loading branch information
wtfrank committed Apr 2, 2024
1 parent dcc8bba commit 62d92a5
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use wasm_bindgen::prelude::*;

pub mod pathfinder;
pub mod utils;
pub mod visual;

#[wasm_bindgen(module = "game")]
extern "C" {
Expand Down
Loading

0 comments on commit 62d92a5

Please sign in to comment.