|
|
87f0233066
|
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 |
|
|
|
45fffba528
|
fix: removed the asynchronicity of the Renderer trait
|
2025-04-18 15:01:22 +02:00 |
|
|
|
7dc17fb435
|
feat: added Color trait to the comet_colors crate to make parameters simpler
|
2025-03-18 16:52:49 +01:00 |
|
|
|
ee3d0bdb9e
|
feat: moved the ECS related functions to the App to remove unnecessary calling of the World struct inside App.
|
2025-02-23 16:51:31 +01:00 |
|
|
|
a3df3f4f17
|
feat: Added swappability of the renderer and added a Renderer trait to make custom renderers if needed. Also renamed Renderer2D component to Render2D because it is a "render component" and not a renderer (but also name to avoid name clashes)
|
2024-11-29 01:29:57 +01:00 |
|