Commit graph

15 commits

Author SHA1 Message Date
bc9ea50264 feat: added comet_sound to cargo toml and added with_audio to the builder pattern 2025-11-27 00:26:24 +01:00
9777c4b6b4 feat(example): added sound system example 2025-11-27 00:16:41 +01:00
4e2c18b0c1 refactor(examples): adapt to new entity system 2025-11-26 17:07:30 +01:00
81bc1cb790 chore(all): fix warnings 2025-11-02 15:58:28 +01:00
32d06c5164 fix(examples): changed functions for atlas initialization 2025-11-02 02:15:03 +01:00
40d60771a3 fix(examples): changed function calls from the new Renderer2D implementation 2025-10-31 01:17:06 +01:00
67dcee0a9b fix(examples): changed scene method to scene_mut in render_scene_2d calls 2025-10-26 02:33:55 +02:00
913f200a63 chore: renamed the resources directory to res 2025-07-26 01:22:42 +02:00
e1597e6fa4 feat(ecs): added a simple prefab system 2025-07-14 01:54:53 +02:00
05249f2a6d feat: added simple_text example 2025-05-03 21:56:56 +02:00
fd8cf1f278 chore: renamed the structs Vec2, Vec3, Vec4, Mat2, Mat3, Mat4, Point2, Point3 to v2, v3, v4, m2, m3, m4, p2, p3 2025-04-17 00:54:09 +02:00
1ae32c7384 fix: the window title in simple_move_2d was wrong 2025-03-11 11:16:47 +01:00
ae50603703 feat: added example simple_move_2d 2025-03-11 10:57:07 +01:00
ab73b145b1 fix: changed the name of World to Scene (because the name fits better) 2025-03-11 01:23:33 +01:00
e94df6c221 feat: added examples to the repo 2025-03-11 01:13:05 +01:00