GBear Posted January 21, 2016 Share Posted January 21, 2016 hi.. I wanna create game tool to create scene. it will be control like spine, sound, event, filter can you recommand UI library to create HTML5 GAME TOOL? thx a lot.. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted January 21, 2016 Share Posted January 21, 2016 https://github.com/Ezelia/EZGUI Quote Link to comment Share on other sites More sharing options...
mattstyles Posted January 21, 2016 Share Posted January 21, 2016 dat.gui is fairly standard. Wilco93 1 Quote Link to comment Share on other sites More sharing options...
GBear Posted January 21, 2016 Author Share Posted January 21, 2016 thx ivan and mattstyles.. i want more functions to create like timeline or toolbar... can you recommend other? Quote Link to comment Share on other sites More sharing options...
FlorianLudwig Posted January 21, 2016 Share Posted January 21, 2016 we did a time line in https://github.com/brean/gown.js Quote Link to comment Share on other sites More sharing options...
Exca Posted January 22, 2016 Share Posted January 22, 2016 One option would also be using a dom above the canvas if there's no need to have ui mixed with rendering. There's a lot of good ui libraries for dom. d13 1 Quote Link to comment Share on other sites More sharing options...
d13 Posted January 22, 2016 Share Posted January 22, 2016 8 hours ago, Exca said: One option would also be using a dom above the canvas if there's no need to have ui mixed with rendering. There's a lot of good ui libraries for dom. I can verify that this strategy works beautifully with Pixi. Quote Link to comment Share on other sites More sharing options...
GBear Posted January 24, 2016 Author Share Posted January 24, 2016 thx everyone.. Quote we did a time line in https://github.com/brean/gown.js I can't think now how create timeline with gown.js.. so.. i will try this first... with dom Quote One option would also be using a dom above the canvas if there's no need to have ui mixed with rendering. There's a lot of good ui libraries for dom. thx.. Quote Link to comment Share on other sites More sharing options...
GBear Posted January 24, 2016 Author Share Posted January 24, 2016 @FlorianLudwig you tool is based on html5? how do you control save/load? Quote Link to comment Share on other sites More sharing options...
FlorianLudwig Posted January 31, 2016 Share Posted January 31, 2016 On 1/24/2016 at 8:01 PM, GBear said: @FlorianLudwig you tool is based on html5? how do you control save/load? The data is json and saved via ajax or websocket. This is fully separated from the view so it doesn't matter if you use dom or pixi to draw a timeline - keep your data separated. Quote Link to comment Share on other sites More sharing options...
GBear Posted February 6, 2016 Author Share Posted February 6, 2016 @FlorianLudwig hi is your data isaved on server? not local? Quote Link to comment Share on other sites More sharing options...
FlorianLudwig Posted February 6, 2016 Share Posted February 6, 2016 7 hours ago, GBear said: @FlorianLudwig hi is your data isaved on server? not local? It is saved on the server. It could also be done local with indexdb or some other local storage of html5 but that is not our use case. Quote Link to comment Share on other sites More sharing options...
Micha Posted May 18, 2016 Share Posted May 18, 2016 Hi, im looking for a good UI library to realize a VideoEditing Timeline. What should be a good base? thx Quote Link to comment Share on other sites More sharing options...
voidmen Posted June 17, 2019 Share Posted June 17, 2019 is https://github.com/pixijs/pixi-ui still alive? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 17, 2019 Share Posted June 17, 2019 @voidmen still waiting its turn to be converted to v5 and typescript. Nothing stops you from using it with v4, well, except lack of docs Quote Link to comment Share on other sites More sharing options...
voidmen Posted June 18, 2019 Share Posted June 18, 2019 On 1/22/2016 at 6:30 AM, FlorianLudwig said: we did a time line in https://github.com/brean/gown.js HI I see quite a lot examples with gown, but couldn't find one for timeline. Is it somewhere out there? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.