Commit graph

1295 commits

Author SHA1 Message Date
hut
56c76eaee0 add FPS diagnostics 2024-03-17 14:55:09 +01:00
hut
9c2b2e4e0f add Space key to slow down 2024-03-17 14:39:42 +01:00
hut
56a9fd766d make the sun BRIGHT 2024-03-17 14:29:40 +01:00
hut
d4f5da819c lets not go overboard with the bloom 2024-03-17 14:29:33 +01:00
hut
7801dc6cdb white sun 2024-03-17 14:19:17 +01:00
hut
d7823f7657 darker stars 2024-03-17 14:19:12 +01:00
hut
571f886782 add the SUN 2024-03-17 14:16:25 +01:00
hut
9cec03a34f brighter stars 2024-03-17 13:37:55 +01:00
hut
2664602574 rename vars 2024-03-17 13:37:52 +01:00
hut
d607da7766 add alien floating in space 2024-03-17 01:25:57 +01:00
hut
2281fd89e7 fix alpha value 2024-03-17 01:23:35 +01:00
hut
95de7f425e add a brown rock 2024-03-17 01:05:03 +01:00
hut
d4114f01c0 disable friction, thrusters now accelerate instead of move 2024-03-17 00:48:23 +01:00
hut
5471b46c03 add a thruster sound when accelerating 2024-03-17 00:43:26 +01:00
hut
e400628af5 bulk commit 2024-03-17 00:24:47 +01:00
hut
1514fb5b02 sphere -> large moon far away, eclipsing the sun 2024-03-16 23:53:01 +01:00
hut
62936e3044 rotate light source 2024-03-16 23:44:53 +01:00
hut
67fcd8096d explicit luminance 2024-03-16 23:44:46 +01:00
hut
3317666ec2 remove point lights (never worked anyway) 2024-03-16 23:41:43 +01:00
hut
99dc391bc2 Revert "add plane below the player"
This reverts commit 57e5241abf.
2024-03-16 23:38:14 +01:00
hut
57e5241abf add plane below the player 2024-03-16 23:37:48 +01:00
hut
f337a6024c add directional light, disable ambient light 2024-03-16 23:37:18 +01:00
hut
ec1f7cf96c add a sphere in space 2024-03-16 23:11:56 +01:00
hut
3ab0a82181 Revert "use only required plugins"
This reverts commit 5384ea2ec9.
2024-03-16 23:05:07 +01:00
hut
5384ea2ec9 use only required plugins 2024-03-16 23:04:58 +01:00
hut
c98a6d7dc5 add player::handle_input 2024-03-16 22:33:02 +01:00
hut
b223dcdb29 add settings.rs 2024-03-16 22:20:49 +01:00
hut
50e731a3ca simplify skybox code 2024-03-16 21:53:13 +01:00
hut
94d9d15705 move skybox code to world.rs 2024-03-16 21:46:17 +01:00
hut
1076bd569f add player.rs 2024-03-16 21:22:59 +01:00
hut
559efc68f5 split off camera code into separate camera module 2024-03-16 21:00:40 +01:00
hut
7a39938efb move audio code to separate file 2024-03-16 20:53:57 +01:00
hut
e0c1b2cfb8 added t key to toggle music 2024-03-16 20:46:42 +01:00
hut
c003193723 add sound effects: wake up sound, bgm (not provided with the source) 2024-03-16 20:27:10 +01:00
hut
9ceede543e renamed to outfly 2024-03-16 20:21:51 +01:00
hut
a7321f73fb start in full screen with mouse grabbed 2024-03-16 19:07:28 +01:00
hut
43004caffc add mouse-based camera controls 2024-03-16 16:35:48 +01:00
hut
c6ab6000c6 disable aliasing 2024-03-16 16:35:39 +01:00
hut
27eea41398 load a skybox with stars 2024-03-16 16:22:44 +01:00
hut
e8dbe717cd simple black window with Q key to exit 2024-03-16 16:12:35 +01:00
hut
0b6b03a9c1 tutorial: timer 2024-03-16 15:21:51 +01:00
hut
6ed2169efe tutorial: plugins 2024-03-16 15:21:44 +01:00
hut
36724b9602 working through the bevy tutorial 2024-03-16 15:03:07 +01:00
hut
ddba06e750 add hello world application with bevy dependency 2024-03-16 14:27:22 +01:00
hut
fb93497cfa Initial commit 2024-03-16 13:08:13 +01:00