comet/crates
2025-03-30 14:54:28 +02:00
..
comet_app fix: changed the name of the WinitInputHelper and added Key to the prelude 2025-03-12 10:27:36 +01:00
comet_colors feat: added a from_vec function to every color that it can be constructed with a Vec4 to easily interpolate colors 2025-03-30 14:54:28 +02:00
comet_ecs feat: added the Color component to the base components in the ECS 2025-03-21 23:17:16 +01:00
comet_input feat: added a camera with orthographic projection and did some work restructuring the comet_app to make the setup system optional. Input handling is moved to the app 2024-11-13 03:33:02 +01:00
comet_log fix: made the log more robust 2025-03-23 12:34:52 +01:00
comet_math feat: added a from_vec function to every color that it can be constructed with a Vec4 to easily interpolate colors 2025-03-30 14:54:28 +02:00
comet_renderer feat: added multiple render passes to the Renderer2D but only one render pass right now works so quite work in progress 2025-03-22 23:25:05 +01:00
comet_resources fix: removed not needed namespace declarations in graphic_resource_manager.rs 2025-03-28 17:54:45 +01:00
comet_sound feat: added sound, font and ui crates (WIP, just empty projects right now) 2025-01-01 06:29:36 +01:00
comet_structs feat: added the Color component to the base components in the ECS 2025-03-21 23:17:16 +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