Mark Knol

Results 48 issues of Mark Knol

Some modern browsers (Chrome) has the event, but doesn't actually support it.

because `Signal2.connect` also returns `SignalConnection`

Main volume clamped to 0-1 prevent `IndexSizeError` in Internet Explorer

I observe a file using a `Value` and listen to file-changes to set a new `Config`. ``` haxe // create a config Value var gameConfig = getConfig("game.settings", "debug"); // somewhere...

It's very useful (even when debugging) to see how the inlines/optimalisations from Haxe work.

Makes the `build/web` output folder configurable

i see drawSubTexture does not have a feature to give a destination scale. In html canvas, this is the [api](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D.drawImage) to draw textures ``` ctx.drawImage(image, sx, sy, sWidth, sHeight, dx,...

See http://projects.stroep.nl/flambe-patternsprite-issue/ (source project included) or check out source of main class here https://gist.github.com/markknol/9aaaa5e88287fd308cf8 I have a custom pattern sprite where you can define the offset of the pattern using...