RiCoCoSoul
  • Joined on 2026-02-08
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 19:03:29 +08:00
4e6db88da5 docs: 删除废弃的资源服务设计文档
b41e96d870 refactor(core): 统一命名规范并优化核心模块结构
Compare 2 commits »
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 16:36:45 +08:00
f9e244299f refactor: 移除图形渲染相关代码并简化核心结构
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 15:04:32 +08:00
9e911db53c refactor(渲染器): 将RenderBackend重命名为Renderer并重构相关代码
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 14:43:44 +08:00
b34df8bdd1 refactor(platform): 替换IWindow接口为具体GLFWWindow实现
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 14:25:09 +08:00
a38bbf78c9 refactor(输入系统): 移除输入模块及相关代码
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 13:21:32 +08:00
c9092dce3b refactor: 整理头文件包含顺序并移除多余配置
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 13:07:53 +08:00
a490d9e296 refactor: 重构文件结构,将backend相关文件移动到opengl目录
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 12:48:44 +08:00
b892736fb2 refactor(render): 移除多后端支持,仅保留GLFW和OpenGL
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 12:28:55 +08:00
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 10:39:55 +08:00
481d4c8f9d feat(renderer): 添加形状和文本批处理支持
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 03:35:29 +08:00
0999644a71 refactor(render): 移除RenderBackend并重构渲染系统
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 00:12:31 +08:00
d681f63905 feat(渲染): 升级OpenGL版本至4.5并重构渲染模块
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 23:18:11 +08:00
f8c7298974 refactor(渲染): 移除未使用的锚点变量并格式化代码
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 23:16:44 +08:00
d4055333a9 feat(渲染): 添加点形状支持并优化填充形状处理
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 23:09:51 +08:00
1f2ed0942d refactor(render): 重构渲染模块结构,将图形相关代码迁移至render目录
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 21:23:30 +08:00
89d1612336 refactor(render): 重构渲染系统,移除旧图形模块并添加新渲染核心组件
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 17:36:56 +08:00
a705a3d300 feat(资源系统): 添加资源管理、压缩加密和字符编码功能
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 16:12:22 +08:00
8e385beeae update
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 03:34:02 +08:00
080fb56003 feat(渲染): 添加SDF字体渲染支持
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-19 01:29:39 +08:00
c32c2dd60d refactor(text_rendering): 优化文本渲染示例并更新窗口配置