Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 543 Bytes

kira-web-demo

A web demo showcasing examples of what one can do using Kira, a cross-platform Rust audio mixer tailored for video games.

Visit the hosted demo

Building

You will need npm (or yarn, interchangeably). Once you have cloned the repository, run

$ npm install

To start a development server, run:

$ npm run start

To build a release version of the demo, run:

$ npm run release

The output will be located in the dist folder.