A flexible UI lib for PixiJS engine.
Stars
130
Forks
33
Watchers
130
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
101
commits
2
commits
on Safari there is no resize event on mobile, so if your browser has a toolbar that can be toggled (it will change the container size), you need to also handle the resize event by calling `.stage.updateScreenSize();`, the patch is removed from UIStage.ts in this commit.
33862f1View on GitHubMerge branch 'dev' of https://github.com/jcyuan/FairyGUI-PixiJS into dev
f880460View on GitHubwhen dispose, if the list is not virtual and did not set overflow=scroll in editor, the $scrollPane will be undefined. so added a check when dispose to avoid error.
66ecccbView on GitHubfixed problem of last texture not destroyed if load from an external URL.
30f4f0fView on GitHubfixed error: ItemClick event not removed if the list mode is virtual mode.
28815d9View on GitHubMerge branch 'dev' of https://github.com/jcyuan/FairyGUI-PixiJS into dev
4daf21eView on GitHub