Go to file
hoenking 2e7056c246 14.Camera (View) Transform 2025-12-15 22:26:53 +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
.gitignore add .gitignore and update Vulkan instance creation for portability support 2025-12-14 12:10:39 +08:00
Makefile 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
VulkanTest 14.Camera (View) Transform 2025-12-15 22:26:53 +08:00
compile.sh init 2024-02-21 13:28:50 +08:00
first_app.cpp 14.Camera (View) Transform 2025-12-15 22:26:53 +08:00
first_app.hpp 14.Camera (View) Transform 2025-12-15 22:26:53 +08:00
hk_camera.cpp 14.Camera (View) Transform 2025-12-15 22:26:53 +08:00
hk_camera.hpp 14.Camera (View) Transform 2025-12-15 22:26:53 +08:00
hk_device.cpp add .gitignore and update Vulkan instance creation for portability support 2025-12-14 12:10:39 +08:00
hk_device.hpp init 2024-02-21 13:28:50 +08:00
hk_game_object.hpp 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
hk_model.cpp 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
hk_model.hpp 12.Euler Angles & Homogeneous Coordinates 2025-12-14 16:29:58 +08:00
hk_pipeline.cpp Swap Chain Recreation & Dynamic Viewports 2024-02-21 21:01:49 +08:00
hk_pipeline.hpp Swap Chain Recreation & Dynamic Viewports 2024-02-21 21:01:49 +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 refactor Renderer and SwapChain initialization for improved frame handling 2025-12-14 13:40:46 +08:00
hk_swap_chain.hpp add simple render system 2024-04-03 22:22:29 +08:00
hk_window.cpp support resize window 2024-02-21 15:42:32 +08:00
hk_window.hpp support resize window 2024-02-21 15:42:32 +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 14.Camera (View) Transform 2025-12-15 22:26:53 +08:00
simple_render_system.hpp 13.Projection Matrices 2025-12-15 20:37:01 +08:00