JsGE@1.1.3
Javascript Game Engine
This engine was designed to work with maps from Tiled editor.
Advantages:
- Fresh codebase, depends on latest javascript features such as classes and privacy.
- OPP modular structure.
- Webgl 1 under the hood.
- Webgl blend effects.
- Frames animation.
- Spine 2d skeletal animation.
What you can do with it:
- Draw primitives, texts, load images, audio and tilemaps with tilesets from Tiled editor.
- Render everything in a sequence.
- Animate images, switching their frames.
- Render tiles on top of each other using webgl blend effects.
- Masks from primitives.
- Map centering. Cutting off everything out off screen.
- Extract boundaries from tiles.
- Custom boundaries(dot/rect/polygon/circle) for image objects.
- Collision detection.
- Boundaries drawing as debug option.
How to run examples:
- npm i
- npm start
- visit localhost:9000
API docs and tutorials: jsge.reslc.ru
Files: https://github.com/ALapinskas/jsge