wasm f32_pow, f64_pow, lots of changes to math, ui animations start

This commit is contained in:
Krzosa Karol
2025-01-22 17:59:30 +01:00
parent b20a507834
commit de35c4a705
19 changed files with 775 additions and 544 deletions

View File

@@ -58,6 +58,9 @@ struct ui_box_t {
ui_box_t *hash_prev;
u64 last_touched_event_id;
f32 hot_t;
f32 active_t;
r2f32_t final_rect;
b32 expanded;
};