Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LittleJS.zip | 2025-05-09 | 1.3 MB | |
1.11.7 - Example Browser and More source code.tar.gz | 2025-05-09 | 2.0 MB | |
1.11.7 - Example Browser and More source code.zip | 2025-05-09 | 2.1 MB | |
README.md | 2025-05-09 | 863 Bytes | |
Totals: 4 Items | 5.4 MB | 0 |
Check out the new live example browser!
Release Notes...
- added example browser and short examples
- added tilesPixelated, separate control for canvas and tile pixilation
- convert drawText to draw to main canvas by default instead of overlay
- use dist/littlejs.esm.min.js as main for package.json
- added setCursor() to set the html cursor style
- cleaned up examples, removed electron, moved js13k to branch
- massive spellcheck across all files
- added combineCanvases()
- don't assert if no texture loaded
- clean up gl code
- allow passing empty params to engineInit()
- fix canvas jitter in some browsers if position is not an integer
- added debugScreenshot()
- added keyDirection()