Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LittleJS.zip | 2024-10-04 | 1.3 MB | |
1.9.9 - Box2d and Plugin system! source code.tar.gz | 2024-10-04 | 1.9 MB | |
1.9.9 - Box2d and Plugin system! source code.zip | 2024-10-04 | 2.1 MB | |
README.md | 2024-10-04 | 1.0 kB | |
Totals: 4 Items | 5.3 MB | 0 |
There is now a simple plugins system and a new folder for plugins!
- Newgrounds API moved to plugin
- Post processing moved to plugin
- Box2D added
Box2D features
- Box2dObject extends EngineObject with box2d physics
- Added wrappers for most things
- Functions to create polygon, circle, and edge shapes
- Raycasting and querying
- Joint creation for every type of joint
- Contact begin and end callbacks
- Debug physics drawing
- Demo that shows off all the features
More changes - Added headless mode for servers, skips all rendering and sound - Added global gain node, volume can be changed in real time now - Fixed some issues with touch input - Circular clamp speed for particles - Make playAudioFile use SoundWave, get rid of HTML audio - Many other small fixes.