Go to file
hoenking 1baa160012 Move Vulkan SDK path and GLSLC definition to .env file 2025-12-29 21:28:51 +08:00
.vscode 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
shaders 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
.env Move Vulkan SDK path and GLSLC definition to .env file 2025-12-29 21:28:51 +08:00
.gitignore add .gitignore and update Vulkan instance creation for portability support 2025-12-14 12:10:39 +08:00
Makefile Move Vulkan SDK path and GLSLC definition to .env file 2025-12-29 21:28:51 +08:00
VulkanTest 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
compile.sh init 2024-02-21 13:28:50 +08:00
first_app.cpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
first_app.hpp 14.Camera (View) Transform 2025-12-15 22:26:53 +08:00
hk_camera.cpp 15.Game loops & User input 2025-12-18 22:40:57 +08:00
hk_camera.hpp 15.Game loops & User input 2025-12-18 22:40:57 +08:00
hk_device.cpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_device.hpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_game_object.hpp 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
hk_model.cpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_model.hpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_pipeline.cpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_pipeline.hpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_renderer.cpp refactor Renderer and SwapChain initialization for improved frame handling 2025-12-14 13:40:46 +08:00
hk_renderer.hpp 13.Projection Matrices 2025-12-15 20:37:01 +08:00
hk_swap_chain.cpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_swap_chain.hpp 16.Index and Staging Buffers 2025-12-21 10:57:45 +08:00
hk_window.cpp support resize window 2024-02-21 15:42:32 +08:00
hk_window.hpp 15.Game loops & User input 2025-12-18 22:40:57 +08:00
keyboard_movement_controller.cpp 15.Game loops & User input 2025-12-18 22:40:57 +08:00
keyboard_movement_controller.hpp 15.Game loops & User input 2025-12-18 22:40:57 +08:00
main.cpp 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
rainbow_system.hpp 增加重力系统 2024-04-12 23:24:53 +08:00
simple_render_system.cpp 15.Game loops & User input 2025-12-18 22:40:57 +08:00
simple_render_system.hpp 13.Projection Matrices 2025-12-15 20:37:01 +08:00