- Notifications
You must be signed in to change notification settings - Fork0
Reuben-Sun/LiteEngine
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
基于Vulkan的渲染器,还在锐意制作中
- Visual Studio 2022
- Vulkan
git clone https://github.com/Reuben-Sun/LiteEngine.gitcd LiteEnginegit submodule initgit submodule update- 运行脚本
cmake_generate.bat,在build文件夹中会生成VS工程 - 用VS2022打开
.sln工程,设置Client为目标,构建运行
- 添加imgui sequencer支持
- 添加imgui node editor支持
- 参考Unity URP重置Shader
- 选中物体(目前仅能在Hierarchy面板选中,后续会通过射线检测进行pickup)
- 可以选中当前调整的物体的材质参数
- 被选中物体显示描边(通过Gizmos开启),目前质量很差
- 优化Pipeline创建
- 绘制天空盒(但是没有做IBL)
- 清理一些Vulkan报错
- 使用entt重写logic scene逻辑
- 使用optick进行性能测试
- 添加简单光照计算
- 迭代材质系统、绑定系统
- 辅助线绘制物理BV
- 搭建ImGui Editor框架
- 基础Vulkan渲染
- 接入简单刚体物理系统
About
基于vulkan的渲染器
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published






