ziggurat 0.61.0 copy "ziggurat: ^0.61.0" to clipboard
ziggurat: ^0.61.0 copied to clipboard

A library for making fully-featured audio games using Dart and SDL.

Ziggurat #

Description #

This package allows you to build audio games with Dart.

It started out as tools for making maps, but has since expanded to provide a general set of APIs for making audio games.

Sounds #

Please note that since version 0.50.0, Ziggurat has full sound support in the library, by way of the SoundBackend class, and in particular, the SynthizerSoundBackend class, which handles playing sounds through Synthizer.

As such, there is no longer any need for the ziggurat_sounds package, and this has been discontinued.

Engine Support #

To cut down on the amount of non-creative code I had to write for my own projects, I created the Crossbow game engine.

1
likes
130
pub points
0%
popularity

Publisher

verified publisherbackstreets.site

A library for making fully-featured audio games using Dart and SDL.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

dart_sdl, dart_synthizer, encrypt, json_annotation, meta, path

More

Packages that depend on ziggurat