docs: 更新README添加多后端渲染和高性能批处理特性

This commit is contained in:
ChestnutYueyue 2026-02-17 14:50:05 +08:00
parent a4276e4376
commit f1cf6a6d85
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
- **跨平台支持**Windows、Linux、macOS、Nintendo Switch
- **模块化架构**:模块系统 + 服务系统,灵活可扩展
- **多后端渲染**OpenGL / Vulkan 支持,易于扩展新后端
- **高性能批处理**:独立 Batch 层TrigLookup 优化,支持 10000 精灵/批次
- **场景图系统**:树形节点结构,支持变换继承
- **输入系统**:键盘、鼠标、手柄、触摸,事件驱动
- **渲染系统**OpenGL ES 3.2,支持自定义着色器