ejoy / ant

Ant game engine
MIT License
3.71k stars 372 forks source link

Canvas #178

Closed cloudwu closed 2 weeks ago

cloudwu commented 2 weeks ago

增加了一个特性,可以把一个 rmlui 的 document 渲染到一张贴图上。

使用方法见 test/canvas :以 canvas 为名字创建一个 document (默认大小为 1024x1024) 即可。这个 document 不能处理鼠标键盘等交互消息,但其它和普通 rmlui 页面无异。