Olivier Biot
Olivier Biot
for me the tree-shaking is done as part of the es6 boilerplate, the es6 plain module is imported as part of the project, "tree-shaked" with the project, and then transpired/minified....
thinking about renaming everything as well, what about : - UIBaseElement (your BaseClickableContainer) - UISpriteElement (former melonJS GUI_Object) - UITextButton (BaseTextButton) - UISpriteButton (I could add this one too) what...
Hi, thanks for the update ! :) I think I will sort out first the few bug fix we have going on, release a 13.2 version, then I will do...
@wpernath later than never, this is finally merged and all ! thanks again for the PR. How is your game coming along ?
the `UITextInput` is definitely not a good idea in my opinion, as implementing a text input component that support different languages and all is a full project by itself. And...
I was toying with chatGPT this morning, and asked him/her to write me a fragment shader that draws a line, including with a thickness parameter, here it is: ````javascript #version...
like they say, better later than never ! So with the overall code revamping in melonJS2, and the latest API changes in the upcoming 15.0.0 version, renderable objects now define...
closing this one, @see #1170
I'm having the same issue with my BitDo SN30 pro controller when connected over bluetooth. It is working however when connected through USB, at least it's a temporary workaround I...