1.0.6 • Published 3 years ago

psd2babylonguixml v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

psd2babylonguixml

PSD file is compiled into Babylonjs GUI XML

yarn global add psd2babylonguixml

case:

psd2babylonguixml -p ./demo.psd -o ./demo

output:demo.xml,dome.js

help:

psd2babylonguixml -h

Tips:

Only basic layer, text and rectangle can be compiled

Babylonjs:

let res="assets/gui/assestcache/"
this.guiSources['cd577abc-c044-49c9-8072-ed0d6f620393']=res+"cd577abc-c044-49c9-8072-ed0d6f620393.png"
this.guiSources['9881022a-7dec-4933-98f6-c9fc15454c86']=res+"9881022a-7dec-4933-98f6-c9fc15454c86.png"
xmlLoader.loadLayout(url+"assets/gui/demo.xml", advancedTexture,()=>{
    success(xmlLoader)
});
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago