-
Updated
Oct 8, 2020 - TypeScript
pixi
Here are 128 public repositories matching this topic...
-
Updated
Aug 28, 2020
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
May 8, 2020 - JavaScript
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Jul 19, 2020
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
Dec 27, 2017 - HTML
-
Updated
Apr 9, 2020 - JavaScript
-
Updated
Jun 21, 2018 - JavaScript
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Aug 1, 2020 - TypeScript
Improve this page
Add a description, image, and links to the pixi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pixi topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Using tool Settings requires to manually cast
objectto the requested type, this is not comfortable to use and might make it more fragile to errors.Describe the solution you'd like
Change
Settingclass toSetting<T>whereTis a value type of setting. Currently to getToolSizesetting we need to do `(int) Toolba