comet/crates
2025-11-26 00:38:07 +01:00
..
comet_app refactor(ecs)!: reworked the entity id system 2025-11-25 23:11:37 +01:00
comet_colors feat: added to_linear as a function of the Color trait 2025-04-26 20:10:11 +02:00
comet_ecs refactor(ecs): another small speedup for archetypes 2025-11-26 00:38:07 +01:00
comet_input chore(all): fix warnings 2025-11-02 15:58:28 +01:00
comet_log fix(log): fatal log message now exits the system and never returns 2025-11-17 18:20:22 +01:00
comet_math feat(math): vectors now have the hadamard product for multiplication 2025-11-13 00:43:37 +01:00
comet_renderer refactor(ecs)!: reworked the entity id system 2025-11-25 23:11:37 +01:00
comet_resources feat(texture_atlas): reworked the texture atlas creation 2025-11-04 01:27:40 +01:00
comet_sound feat(sound): added a simple sound player to the engine with api in the App struct and a component to store metadata 2025-10-23 15:14:38 +02:00
comet_structs fix(ecs): entity deletion is now type correct 2025-11-25 23:28:42 +01:00
comet_ui feat: added sound, font and ui crates (WIP, just empty projects right now) 2025-01-01 06:29:36 +01:00