ggdt/examples
Gered e276eb950d add AudioQueue
for queuing audio "commands" which is a much nicer way to interact
with the audio system in general in a more complex application, as this
lets you play audio in more of a "fire and forget" kind of way.

Rc<AudioBuffer> play methods provided as an alternative because
otherwise you end up with a somewhat gross double-copy of the audio
buffer being played. but i didn't want to necessarily force use of
Rc<AudioBuffer> just yet ... thus both versions of these methods are
provided.
2022-07-01 16:23:28 -04:00
..
audio_playback add AudioQueue 2022-07-01 16:23:28 -04:00
balls bitmap font/char rendering now requires a FontRenderOpts 2022-05-27 17:52:23 -04:00
balls_v2 bitmap font/char rendering now requires a FontRenderOpts 2022-05-27 17:52:23 -04:00
slimed give multi-parameter BlitMethod enum values named parameters 2022-06-05 11:11:39 -04:00
template_complicated add template_complicated example 2022-05-26 21:18:45 -04:00
template_minimal bitmap font/char rendering now requires a FontRenderOpts 2022-05-27 17:52:23 -04:00
.keep initial commit 2022-05-15 12:11:46 -04:00