The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| melonjs.module.js | 2024-03-29 | 1.4 MB | |
| README.md | 2024-03-29 | 601 Bytes | |
| v17.1.0 source code.tar.gz | 2024-03-29 | 6.3 MB | |
| v17.1.0 source code.zip | 2024-03-29 | 7.2 MB | |
| Totals: 4 Items | 14.8 MB | 0 | |
Added
- Audio: added/exposed 3D Spatial Audio method (
stereo(),position(),orientation()andpanner()) - Loader: image resources can now take an array of
srcurls with different format (preparing for later usage) - Math: added a
isPowerOfFour()method - Renderer: new
renderTargetproperty specifying the defaultCanvasRenderTargetto use when rendering
Changed
- Renderer:
CanvasTextureis now deprecated and replaced by a newCanvasRenderTargetclass
Fixed
- Core: prevent multiple temporary canvas creation when calling
isWebGLSupportedmultiple times