Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LittleJS.zip | 2024-11-20 | 1.3 MB | |
1.10.2 - uis, pixels, roots, and more source code.tar.gz | 2024-11-19 | 2.0 MB | |
1.10.2 - uis, pixels, roots, and more source code.zip | 2024-11-19 | 2.1 MB | |
README.md | 2024-11-19 | 804 Bytes | |
Totals: 4 Items | 5.4 MB | 0 |
- added ui system plugin and example
- added example showing how to hookup html menus
- allow passing root element to engineInit
- set image-rendering pixelated and no alias for webgl
- fix half pixel offset issue, now using flexbox to center
- set tileFixBleedScale to 0 by default
- allow setting tileFixBleedScale anytime
- require passing in texture filename to engineInit
- rework tile function to accept padding and vec2 positions
- prevent warning if no images passed in
- clean and improve box2d plugin
- added cloth and softbody demos to box2d example
- improved how stalled audio is resumed
- added debugShowErrors() - Show error as full page of red text
- added engineObjectsRaycast to raycast for objects
- added drawPoly, drawCircle, and drawEllipse
- improved jsconfig setup