0.6.0 • Published 1 year ago

@erikwatson/bramble v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

WARNING: This is not yet a stable API. It is very likely to change between now and 1.0.0, so don't build anything ambitious with it yet.

Bramble

A little JavaScript library for making Video Games.

Features

  • Asset Loading
    • string
    • image
    • terrain
  • Input Handling
    • keyboard
    • mouse
    • gamepad
  • Simple Drawing API
    • circles
    • rectangles
    • lines
    • images
    • animated sprites
    • text
    • tilesheets that auto-tile
    • effects (overlay, dodge, shadow, transparency)
  • Collision Detection
    • Point vs Rectangle
    • Line vs Rectangle
    • Rectangle vs Rectangle
    • Dynamic Rectangle vs Rectangle
    • Line vs Quadratic Bezier curve
  • 2D Vectors
  • Music and SFX playback
  • Save/Load

Authors

Package developers only

To publish

  1. Change and commit the code
  2. Run a production build with npm run build:prod
  3. Update the version number npm version major npm version minor or npm version patch
  4. npm run release
0.3.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.5.2

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.5

3 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago