melonJS
melonJS copied to clipboard
a fresh, modern & lightweight HTML5 game engine
As opposed to manually publishing releases on GitHub and NPM.
**Describe the bug** Since the last macOS and Safari version, `textImage2D` does not accept OffscreenCanvas anymore as a pixel source for texture. Passing directly a OffscreenCanvas element will throw a...
**Describe the bug** When I type checked my files, I noticed quite a few type errors due to inconsistent typings. For example, [Renderable's body](https://github.com/melonjs/melonJS/blob/cbf107291fcf31a4ff5d3d76e7857f8580ede660/src/renderable/renderable.js#L41) references the JavaScript DOM `document.body` type...
with [webdoc](https://www.webdoclabs.com) not being supported anymore, proposal is to migrate to [vitepress-jsdoc](https://blakmatrix.github.io/vitepress-jsdoc/)
The canvas is weirdly resized upon resizing the browser window. I noticed it when I alt+tabbed between my IDE and the browser, the canvas slowly get larger. ```ts import {...
**Describe the bug** The new documentation says `UISpriteElement.floating` is default false, as inherited from `Sprite.floating` -> `Renderable.floating`: https://melonjs.github.io/melonJS/classes/UISpriteElement.html#floating . Even though the `UISpriteElement` and other inherited classes change the `floating`...
The navlinks are redirect to github pages there is no proper page for the navlinks to redirect. I want to make those page and give it a fill webiste look.