Commit Graph

128 Commits (d9cd065f359d6b8ee8f940792c1d6a4095e6c7cc)

Author SHA1 Message Date
ink-soul d9cd065f35 完成vulkanbackend的对象参数化 2024-04-10 15:32:33 +08:00
ink-soul 743b84a32b 重构IO的loader 2024-04-10 12:02:48 +08:00
ink-soul d25e494926 优化引用,避免重复引用导致link阶段出错 2024-04-10 11:50:50 +08:00
InkSoul f04da30909 main中创建对象,函数传参传递 2024-04-09 23:48:07 +08:00
ink-soul 7558e92ab3 fix redefination of descriptoSetLayout 2024-04-09 13:31:15 +08:00
ink-soul 2f5fd63dd9 重构完成未debug 2024-04-08 18:10:00 +08:00
ink-soul a74853688c 重构完成到main 2024-04-08 15:45:52 +08:00
ink-soul 83d35012e6 统一对象实例化在render中 2024-04-08 11:10:30 +08:00
ink-soul eaf10107ae 删除部分无用变量 2024-04-07 18:19:44 +08:00
ink-soul ee81b8e56d 剥离UI和IO部分,重构完成到commandbuffer 2024-04-07 17:29:35 +08:00
ink-soul e9eb47dfda 重构完成到framebuffer 2024-04-03 17:00:30 +08:00
ink-soul c125768fdf 重构到descriptorPool 2024-04-03 12:07:49 +08:00
ink-soul baa5457b4e 重构完成资源描述符层级 2024-04-02 18:08:46 +08:00
ink-soul c970164ccb 重构到renderPass 2024-04-02 17:02:05 +08:00
ink-soul 7063d9a0f9 重构完成逻辑设备创建,surface创建 2024-04-02 12:08:46 +08:00
ink-soul 77e93d01d1 重构至debugCallBack 2024-04-01 18:05:17 +08:00
ink-soul 1d6521570e 完成physicalDevice related 重构 2024-04-01 16:21:18 +08:00
ink-soul fba7cd0bae reconstruct setter complete 2024-04-01 13:45:00 +08:00
ink-soul 09ce004149 添加glfw,添加配置类 2024-04-01 10:49:43 +08:00
ink-soul 91b3fa0a03 准备摘头 2024-03-29 18:11:09 +08:00
ink-soul 6244917553 暂停PNG格式输出 2024-03-29 15:45:45 +08:00
ink-soul 4d4c55f0ac add colorSwizzle when blit is no supported 2024-03-29 11:04:47 +08:00
ink-soul 58749f5791 更新vulkan版本,添加toml11库,修改_access为跨平台的filesystem 2024-03-28 15:23:40 +08:00
ink-soul 7d226b267b Update ReadMe.md 2024-03-28 13:11:18 +08:00
inksoul aff5dee7d4 Merge pull request 'restart-image-senquence-output available' (#2) from restart-image-senquence-output into main
Reviewed-on: #2
2024-03-28 11:28:06 +08:00
ink-soul 3396694bed update gitignore 2024-03-28 11:21:03 +08:00
ink-soul 1adef63b80 更换模型后重新生成图片序列和视频 2024-03-28 11:12:47 +08:00
ink-soul 9a5958088e Merge branch 'main' of https://gitea.inksoul.top/inksoul/plumageRender 2024-03-27 17:33:17 +08:00
ink-soul 57e6322cc5 Update .gitignore 2024-03-27 17:32:29 +08:00
inksoul f380b7f6bb Merge pull request 'add-image-output :完成图像序列输出和图像序列到视频的流程' (#1) from add-image-output into main
Reviewed-on: #1
2024-03-27 17:31:09 +08:00
ink-soul fe9c837110 完成图片序列到视频的工作流程 2024-03-27 17:29:32 +08:00
ink-soul 6e791134d7 完成图片序列输出 2024-03-26 18:04:18 +08:00
ink-soul 8a36a4d721 add headless surface extension 2024-03-26 15:48:30 +08:00
ink-soul efd42bdef7 init image writer with screen shot 2024-03-26 15:17:51 +08:00
ink-soul 04fb6d29e0 Revert "revert"
This reverts commit a0b8b66f2b.
2024-03-26 14:59:37 +08:00
ink-soul a0b8b66f2b revert 2024-03-26 14:59:23 +08:00
ink-soul 20a30d9192 Revert "更新imgui版本,修复mapMemoryRange问题"
This reverts commit a3b62775cd.
2024-03-25 12:05:58 +08:00
ink-soul a3b62775cd 更新imgui版本,修复mapMemoryRange问题 2024-03-25 11:54:00 +08:00
ink-soul 9cbbb01a83 完成outputImageSequence 2024-03-25 11:51:10 +08:00
ink-soul 81c289ea9c 添加framebuffer to ppm 2024-03-22 18:05:18 +08:00
InkSoul 5e4acd3f08 更新 cmake最低版本需求和 gitignore 2024-03-04 00:11:15 +08:00
InkSoul 1fe69cd629 更新RM 2024-03-02 21:59:07 +08:00
InkSoul fc4a073905 添加 RM 2023-09-25 23:20:47 +08:00
InkSoul 1603473aaf 去除无用代码 2023-07-16 22:27:07 +08:00
InkSoul ce3f433d55 补充必要天空盒cube模型 2023-07-16 20:27:09 +08:00
InkSoul 690406c9be external中引入spdlog,仅保留两个模型文件,压缩大小 2023-07-16 20:24:43 +08:00
InkSoul e71c634bfe 添加数据文件,确保拉取后直接编译运行 2023-07-16 20:19:37 +08:00
InkSoul b80813c7ec
Merge pull request #3 from ink-soul/reconstruct-UI
Reconstruct UI
2023-06-19 10:10:18 +08:00
ink-soul ff2a16aa3b fix character not show correctly 2023-06-19 10:09:08 +08:00
ink-soul dc58fbad2b update chinese UI 2023-06-19 09:47:00 +08:00