v0.3 - Game Boy Advance support
New features
- Runs natively on the Game Boy Advance.
- The instruments are now implemented in WebAssembly instead of a scripting engine.
The GBA's 256kB of RAM and 16MHz CPU didn't allow it otherwise. - Songs are now saved as Markdown and can be loaded directly from GitHub gists in the desktop and Web versions.
They can be converted to GBA sav/srm files by pressing Ctrl+G in the desktop version. - Updated the user interface to target keyboard more than mouse navigation on desktop
Installing
cargo install --git https://github.com/jturcotte/chiptrack --tag v0.3
Web
The web version for this release is available at https://jturcotte.github.io/chiptrack/v0.3.