Commit graph

150 commits

Author SHA1 Message Date
70b03e10ef Update Rust crate ron to 0.10.0 2025-04-10 21:02:21 +00:00
49da5c947d Start generalizing event system 2025-04-10 22:14:17 +02:00
5ee7edf31b Rework render system 2025-04-10 20:09:20 +02:00
f4663d3d68 Apply ecs changes 2025-04-09 15:05:50 +02:00
10f6103016 Fixing updates 2025-04-08 19:56:10 +02:00
0a8ea8972a Use new update syntax 2025-04-08 09:44:10 +02:00
21c02e2e98 Use system priorities 2025-04-07 16:56:35 +02:00
83c358ad7e Make TopDownCameraControl a Resource 2025-04-06 10:09:22 +02:00
a37fdcaabd Make EntityManager a Resource 2025-04-06 10:00:51 +02:00
ea8b88c58c Fix example 2025-04-06 09:40:01 +02:00
27403f16ba Start fixing free space example 2025-04-06 09:36:21 +02:00
885e8126ac Fix ecs changes 2025-04-05 10:27:57 +02:00
d8bebf69df Start implementing resource changes 2025-04-05 09:22:26 +02:00
fa35adbcc7 Add y rotation to location 2025-04-01 07:46:45 +02:00
1512baa2d0 Merge pull request 'Update Rust crate ron to 0.9.0' (#12) from renovate/ron-0.x into main
Reviewed-on: #12
2025-03-31 12:44:53 +00:00
974f89a70a Update Rust crate ron to 0.9.0 2025-03-31 12:02:12 +00:00
Michael Huebner
d0a0e09bd8 Update sdl3 patch version 2025-03-31 13:48:46 +02:00
0adaffb27e Switch to sdl3 2025-03-27 12:30:14 +01:00
Michael Huebner
fcf246b2cb Improve ray tracing by gathering only on change 2025-03-24 13:21:22 +01:00
52d540e210 Test more realistic values 2025-03-14 14:19:49 +01:00
402a1b8ddf Add some bodies 2025-03-14 13:25:11 +01:00
363ab111bc Add celestial body 2025-03-13 22:09:11 +01:00
c1c29efcf0 Implement joystick space ship control 2025-03-13 14:39:24 +01:00
0bae34056a Add some lighting 2025-03-12 16:56:56 +01:00
994e6c4522 Improve camera control to get a look at the scene 2025-03-12 15:24:39 +01:00
e824cf8837 Fix syntax 2025-03-12 08:32:54 +01:00
d16e8e0bb2 Fix miss behavior 2025-03-12 08:31:03 +01:00
627e31820e Attempt to fix transparency problem 2025-03-12 08:27:36 +01:00
7d8f24a463 Pass joystick axis information 2025-03-12 08:19:59 +01:00
cf3d4f142a Start with control scheme 2025-03-11 18:58:40 +01:00
Michael Huebner
f61e253032 Start space example 2025-03-11 13:49:23 +01:00
Michael Huebner
d78574f54a Convert FreeSpaceControl to EntityComponent 2025-03-11 13:39:55 +01:00
Michael Huebner
75d98aad6b First draft for FreeSpaceControl 2025-03-11 13:33:01 +01:00
3835354503 Fix shaderc changes 2025-03-10 19:27:09 +01:00
28c8422b7b Merge pull request 'Update Rust crate shaderc to 0.9.0' (#11) from renovate/shaderc-0.x into main
Reviewed-on: #11
2025-03-10 18:20:20 +00:00
1e6f9b8347 Update Rust crate shaderc to 0.9.0 2025-03-10 18:02:33 +00:00
f7f3f9ccf1 Fix deadlock when resizing 2025-03-10 17:19:17 +01:00
402f3eb5bd Change visibility of eye_position 2025-03-10 17:04:38 +01:00
Michael Huebner
45c0a31cb3 Fix cube faces 2025-03-10 13:59:51 +01:00
Michael Huebner
fe9099aac9 Find correct image rotations 2025-03-10 13:40:33 +01:00
Michael Huebner
5ec618feae Get image rotation for skybox right 2025-03-10 12:34:38 +01:00
2e268510a7 Get a better look at the whole sky box 2025-03-09 08:32:34 +01:00
8e7ea3e8b9 Rotate view in example 2025-03-08 16:01:20 +01:00
adc4def4e2 Back to whole area 2025-03-08 12:48:06 +01:00
506962bdcd Small setting changes 2025-03-08 12:25:48 +01:00
8d3b03da24 Trying to fix missing sky box 2025-03-08 08:16:32 +01:00
2dddb4a5ea Fix ecs changes 2025-03-06 15:37:56 +01:00
Michael Hübner
37206c9e9d Fix loading screen 2025-03-05 08:13:41 +01:00
f646c11d21 Move ecs into new repo 2025-03-04 18:34:44 +01:00
Michael Hübner
856f24e65e Use new ui crate version 2025-03-04 15:00:59 +01:00