Ed Bentley

Results 10 issues of Ed Bentley

Add a TypeScript Transformer to allow using the library without Babel.

Add a way to setup with Babel macros

It would be nice to have runtime errors messages which better show where in the data the validation has failed, to make it easier to understand why it's failed.

Provides a `globalAudio.volume` and `globalAudio.setVolume` in `device` to control the global volume level. Makes it easier for games to implement a volume slider.

Chrome sets a 5 MB limit on LocalStorage ([source](https://developer.chrome.com/docs/apps/offline_storage/)), which is currently used to save local data on web. We should consider moving to [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) for greater storage space.

web

Add support for [HMR](https://webpack.js.org/concepts/hot-module-replacement/) on the web.

help wanted
web

Add support for using the accelerometer as an input.

swift

**Describe the bug** When playing a game on iOS, I can see stuttering **when there is touch input**. Here's an example on iPad 6th Gen, iOS 17.1.2. The text is...

bug
engine
ios

To meet the [minimum requirements from Google](https://support.google.com/googleplay/android-developer/answer/11926878).

Electron version: 25.3.0 When I call `electronEnableSteamOverlay` and launch my game, an overlay appears but it is a white rectangle. Pressing shift+tab to open the overlay just presents a white...