skin-composer
skin-composer copied to clipboard
Create skins for LibGDX scene2d.ui with a graphical interface.
When naming resources (fonts, colors, drawables etc.), Skin Composer disallows the use of special characters (@, #, !, spaces etc.), even though libGDX's skin has no restrictions on resource naming....
# Scene Composer Ideas Here my suggestions for improving the usability of Scene Composer: ## Table Cell Names Table cells should adopt the name of the child widget. (Only inside...
Can't input Chinese in every inputfield
I'm getting an error when I try to serialize a skin exported from skin composer. I'm able to trivially manually fix the JSON by reordering a style to appear before...
[remake.zip](https://github.com/raeleus/skin-composer/files/6602806/remake.zip) [export.zip](https://github.com/raeleus/skin-composer/files/6602807/export.zip) If a skin project was created by importing from a .skin file, it will fail when open again. Following errror: com.badlogic.gdx.utils.SerializationException: Class cannot be created (missing no-arg constructor):...
I made a little graphic to visualize the idea. Thing is, if you use a template skin (a download from your website, my own skin from a previous project, ...)...
java.lang.NullPointerException at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1092) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) at com.ray3k.skincomposer.desktop.DesktopLauncher.restartStartOnFirstThread(DesktopLauncher.java:551) at com.ray3k.skincomposer.desktop.DesktopLauncher.main(DesktopLauncher.java:460) Just got that exception when tried to run. Is there any tricks to make it run properly? I got MacBook with...
zsh: exec format error: ./SkinComposer.jar The executable is probably not build for ARM? Can't really get any more info. If I can provide more info by running some stuff, let...
Here: https://github.com/raeleus/skin-composer/wiki/libGDX-and-JPackage Please update the docs with a ready-to-use example. This would be very kind, thank you!
I'd like to use Skin Composer to manage my texture atlas. As I keep my textures in folders, and at times textures in different folders have the same name, currently...