comet/crates
2025-11-02 02:08:09 +01:00
..
comet_app feat(renderer): added scale_factor to the trait to allow checking for scale factors in the event loop 2025-10-26 02:32:50 +02:00
comet_colors feat: added to_linear as a function of the Color trait 2025-04-26 20:10:11 +02:00
comet_ecs feat(renderer2d)!: made text rendering return the bounds of the rendered text for better position control but also changed render_scene_2d signature to take a mutable Scene reference 2025-10-25 21:38:14 +02:00
comet_input chore: cleaned Cargo.toml for almost every crate 2025-04-12 23:18:00 +02:00
comet_log chore: cleaned Cargo.toml for almost every crate 2025-04-12 23:18:00 +02:00
comet_math docs(math): added more documentation for bezier, matrix, noise, point, polynomial, quaternion and vector 2025-08-14 09:27:07 +02:00
comet_renderer feat(render_pass)!: renamed the universal_execute to universal_clear_execute and made a universal_load_execute 2025-11-02 02:08:09 +01:00
comet_resources fix(resources): load_string is no longer build.rs dependent 2025-10-31 01:10:31 +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 feat(ecs): limited the creation of archetypes to three unique components to lower the creation to polynomial complexity 2025-07-26 01:13:23 +02:00
comet_ui feat: added sound, font and ui crates (WIP, just empty projects right now) 2025-01-01 06:29:36 +01:00