jaws icon indicating copy to clipboard operation
jaws copied to clipboard

Jaws - HTML5 canvas javascript 2D Game Framework

Results 21 jaws issues
Sort by recently updated
recently updated
newest added

added to changed title for example0.html from "example #12" to "example #0" text editor also automatically removed trailing spaces (the other 100+ changes).. can resubmit if preferred

Hello Jaws! I've been enjoying (and learning a lot from) this awesome framework. Thanks a bunch! I'd like to submit a dead-simple pull request for my first pr: declaring an...

Please replace the word "fuchia" in your files (assets.js?) with the correct "fuchsia" (with an S). It's not really a big deal, but there is no such color (fuchia). Thanks.

Prevents `Uncaught TypeError: Cannot read property 'split' of undefined` in `input.js` when pressing an undefined key (ex. `Fn` volume control keys, etc.).

I want to be able to do something like this: new jaws.Sprite({color: [150, 150, 150, 255]}) Instead of: new jaws.Sprite({color: "red"}) So that I am able to make alterations to...

I've been looking at the source for jaws.Assets and noticed that, although the "loaded", "loading" and "data" properties of the Assets() instance are defined as Arrays, they seem to be...

Can reuse existing method logic instead of recreating them in inverse, and is there a reason that item.rect().width and item.rect().height is not taken into account for isRightOf and isBelow? ........

Hey there, Just wondering if you've spent any time working with the Gamepad API, now that it's in live builds of Chrome and Firefox... I whipped up something to add...

I'm trying to use `jaws.Text`, but I cannot make it work and cannot find any example on how to use it :( Here's what I've tried so far (here's [the...

Trying to use the PixelMap functionality in chrome, but it seems to have issues loading the content (something to do with it using a canvas internally to store/modify the image?)....