You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking for a GUI plugin for PIXI that I can use for something I've been working on. This project caught my eye because it seems to have a higher bar for code quality than some alternatives. However, there doesn't appear to be any guide on getting started with gown.js, or any demos, or any screenshots, or any sample code. So it's very difficult to evaluate whether gown.js could suit my needs.
I have a few questions:
How can I include gown.js in my project? Is thisnpm repository official or up-to-date?
How do I bootstrap gown.js in my project? Obviously it needs to be hooked into PIXI's render loop, but how is that done?
What does the code for a basic UI look like in gown.js? Suppose I want a simple screen with two buttons that have custom text and custom actions. How would that look in code?
Does gown.js support TypeScript?
The text was updated successfully, but these errors were encountered:
Take a look at docs/examples for examples. Please note that some (moste) of them have bugs (see #95)
there is no official npm repo. The one you found is not the newest version
Just use the UI elements provided by gown, they hock into PIXI themself by overwriting/extending the updateTransform-function that PIXI calls for all its components (see core/Control.js line 44 - 59 )
I've been looking for a GUI plugin for PIXI that I can use for something I've been working on. This project caught my eye because it seems to have a higher bar for code quality than some alternatives. However, there doesn't appear to be any guide on getting started with gown.js, or any demos, or any screenshots, or any sample code. So it's very difficult to evaluate whether gown.js could suit my needs.
I have a few questions:
npm
repository official or up-to-date?The text was updated successfully, but these errors were encountered: