Results 211 comments of SiegeLord

This looks pretty good, thanks! Tell me if you need help testing this.

Is there a desire to have the game playing in silence? We could just exit the game if audio failed to install.

I've looked at it again, and indeed there was a problem with neosphere + how it was used. Roughly speaking, the assumption was that monitor 0 was the default monitor,...

The "two events per press" is still active, AFAIK.

This isn't supported currently, but it's easy to add. Here's a WIP branch I can finish soon: https://github.com/SiegeLord/RustGnuplot/pull/102

It'll be passed straight to gnuplot, so you'll need to deal with holes yourself.

If you want contour plots, there's already some support for that via `show_contours` and `surface` functions on `Axis3D`, although I note they are not working as well as I recall...

`ALLEGRO_PRIM_COLOR_ATTR` is meant to be used with arrays of `ALLEGRO_COLOR`, which has a specific layout. For other color formats you'd use one of the custom attributes.

That's fair. This can't be fixed for this existing constant for backwards compatibility reasons, but we could add a `ALLEGRO_PRIM_COLOR_FLEX_ATTR` or something to accomplish what you want.