Chris Dolphin

Results 29 issues of Chris Dolphin

Right now `flux` is stored on the window. This includes all it's actions too. `flux` should be passed around more efficiently than this, and it should be taken off the...

enhancement

The font quality degrades at certain screen sizes, based on the scale of the flower. There might be some css optimizations that can be made. It could also be improved...

enhancement

On large resolutions font will randomly change sizes slightly. This may be solvable through the use of rems.

bug

There should be sound effects for each action the daisywheel makes. Moving the analog. Selecting a symbol. Space. Backspace. Arrow keys. etc.

enhancement

The error handling for the gamepad api and the daisywheel itself is lacking. It would really help to be able to see whats going on. Maybe even add in a...

On Chrome, the petal selector will default to the top petal. But the petal won't actually be 'selected' so the buttons won't fire to select any of the symbols.

For some reason, the button numbers are firing twice on windows. May be because XInput is registering the gamepad twice. Once as a usb, and once as a blutooth.

I wasn't able to get this to play `.mp3`s. After looking through the source, I realized you only used `.aiff` sounds. Luckily I was able to convert my files. Can...