The KHBYgui(Ke Hao Bu Yao Graphical User Interface) library is a gui library use only Pixi.
「科皓不要GUI」是用Pixi製作的,排版、內距、文字標籤、按鈕、輸入欄、列表、捲動軸都有。
see testbed.
請看 testbed 的範例。
// make a simple button.
let btn = new KButton('Button')
btn.setPadding(Padding.make(10))
btn.setSize(100, 50)
btn.setRoundedMask(true)
CG.Base.pixi.root.addChild(btn)
科皓不要啦