文件名称:charm:LÖVE的即时模式布局库
文件大小:139KB
文件格式:ZIP
更新时间:2024-06-17 14:10:23
Lua
目前,不推荐使用Charm。 尽管我喜欢即时模式UI构建器的想法,但我从未对结果感到满意。 将来的UI探索可能会集中在保留模式的UI上,并且将在单独的存储库中使用单独的库。 魅力 Charm是LÖVE的库,可让您更轻松地安排和绘制图形(例如形状,图像和文本)。 这对于管理具有特定对齐方式和分组需求的复杂布局非常有用。 例子 function love.draw () layout : new ' transform ' : beginChildren () : new ( ' rectangle ' , 0 , 0 , 300 , 250 ) : beginChildren () : new ( ' paragraph ' , font, text, 280 , ' left ' , 10 , 10 - textScrollY) :
【文件预览】:
charm-master
----config.ld(190B)
----.gitignore(5B)
----license.md(1KB)
----.luacheckrc(51B)
----docs()
--------02-extending-charm.md(4KB)
--------01-basic-usage.md(8KB)
--------images()
----.gitattributes(66B)
----readme.md(2KB)
----demos()
--------points-test.lua(378B)
--------dialog.lua(2KB)
--------menu.lua(3KB)
----main.lua(238B)
----charm.lua(48KB)