Commit graph

31 commits

Author SHA1 Message Date
yuni 6b0f9c671a render starmap based on HYG dataset [http://www.astronexus.com/hyg] 2024-03-18 22:39:46 +01:00
yuni 2786129499 disable skybox for now 2024-03-18 20:58:16 +01:00
yuni 872142946c toggling hud toggles bloom setting 2024-03-18 04:57:17 +01:00
yuni ba28b9470d stop logging fps to console 2024-03-18 04:41:52 +01:00
yuni 6a6b53d0c0 cleanup 2024-03-18 04:39:26 +01:00
yuni d95d3e8f9f pluginize everything 2024-03-18 00:04:57 +01:00
yuni f9e76921ec generalize player into actor 2024-03-17 23:53:43 +01:00
yuni c80fec0dd4 add some player vars and display them in gauges 2024-03-17 21:29:27 +01:00
yuni d58e9ebb1e turn settings into a resource 2024-03-17 18:26:44 +01:00
yuni a72b76a234 add HUD with FPS display 2024-03-17 15:23:22 +01:00
yuni 56c76eaee0 add FPS diagnostics 2024-03-17 14:55:09 +01:00
yuni e400628af5 bulk commit 2024-03-17 00:24:47 +01:00
yuni 3ab0a82181 Revert "use only required plugins"
This reverts commit 5384ea2ec9.
2024-03-16 23:05:07 +01:00
yuni 5384ea2ec9 use only required plugins 2024-03-16 23:04:58 +01:00
yuni c98a6d7dc5 add player::handle_input 2024-03-16 22:33:02 +01:00
yuni b223dcdb29 add settings.rs 2024-03-16 22:20:49 +01:00
yuni 94d9d15705 move skybox code to world.rs 2024-03-16 21:46:17 +01:00
yuni 1076bd569f add player.rs 2024-03-16 21:22:59 +01:00
yuni 559efc68f5 split off camera code into separate camera module 2024-03-16 21:00:40 +01:00
yuni 7a39938efb move audio code to separate file 2024-03-16 20:53:57 +01:00
yuni e0c1b2cfb8 added t key to toggle music 2024-03-16 20:46:42 +01:00
yuni c003193723 add sound effects: wake up sound, bgm (not provided with the source) 2024-03-16 20:27:10 +01:00
yuni a7321f73fb start in full screen with mouse grabbed 2024-03-16 19:07:28 +01:00
yuni 43004caffc add mouse-based camera controls 2024-03-16 16:35:48 +01:00
yuni c6ab6000c6 disable aliasing 2024-03-16 16:35:39 +01:00
yuni 27eea41398 load a skybox with stars 2024-03-16 16:22:44 +01:00
yuni e8dbe717cd simple black window with Q key to exit 2024-03-16 16:12:35 +01:00
yuni 0b6b03a9c1 tutorial: timer 2024-03-16 15:21:51 +01:00
yuni 6ed2169efe tutorial: plugins 2024-03-16 15:21:44 +01:00
yuni 36724b9602 working through the bevy tutorial 2024-03-16 15:03:07 +01:00
yuni ddba06e750 add hello world application with bevy dependency 2024-03-16 14:27:22 +01:00