https://github.com/chrisnorman7/ziggurat
Build audio games with Dart
https://github.com/chrisnorman7/ziggurat
audio audiogame dart dartflutter flutter game gamepad gui level menu play quest rpg sdl sdl2
Last synced: about 2 months ago
JSON representation
Build audio games with Dart
- Host: GitHub
- URL: https://github.com/chrisnorman7/ziggurat
- Owner: chrisnorman7
- License: mpl-2.0
- Created: 2021-07-09T10:56:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T04:39:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-22T23:37:20.384Z (8 months ago)
- Topics: audio, audiogame, dart, dartflutter, flutter, game, gamepad, gui, level, menu, play, quest, rpg, sdl, sdl2
- Language: Dart
- Homepage:
- Size: 76.6 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://pub.dev/documentation/ziggurat/latest/sound/SoundBackend-class.html)
class, and in particular, the
[SynthizerSoundBackend](https://pub.dev/documentation/ziggurat/latest/sound/SynthizerSoundBackend-class.html)
class, which handles playing sounds through
[Synthizer](https://synthizer.github.io/).As such, there is no longer any need for the
[ziggurat_sounds](https://pub.dev/packages/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](https://github.com/chrisnorman7/crossbow) game engine.