Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KilledByAPixel committed Oct 24, 2023
2 parents fd0054c + 1263b30 commit e81b2d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## All aboard!

LittleJS is a super lightweight JavaScript game engine with a fast hybrid rendering system. It provides a comprehensive set of tools including rendering, physics, particles, sound effects, music, input handling, and debug tools. The code is very clean and well documented with a variety of examples to get you started. Choo-Choo! 🚂

LittleJS is a super lightweight JavaScript game engine designed for modern web development. With its fast hybrid rendering system, it offers a comprehensive suite of game development tools from rendering to sound effects. The code is very clean and well documented with a variety of examples to get you started. Choo-Choo! 🚂
<div align="center">

## [Demo](https://killedbyapixel.github.io/LittleJS/examples/starter/) | [Docs](https://killedbyapixel.github.io/LittleJS/docs) | [Trailer](https://youtu.be/chuBzGjv7Ms) | [Discord](https://discord.gg/zb7hcGkyZe) | [Tutorial](https://github.com/KilledByAPixel/LittleJS/tree/main/examples/breakoutTutorial)
Expand Down Expand Up @@ -37,9 +38,11 @@ Audio
Input

- Input processing system for keyboard, mouse, gamepad, and touch
- On screen touch gamepad for mobile devices

Physics

- Kinematic physics object update
- 2D physics engine with collision handling for axis aligned boxes
- Very fast collision handling for tile maps

Expand Down

0 comments on commit e81b2d0

Please sign in to comment.