latebit / latebit-engine

Pixel based game engine integrated in your IDE
3 stars 0 forks source link

feat: new audio #40

Closed shikaan closed 6 months ago

shikaan commented 6 months ago

This change introduces latebit's proprietary audio engine. It's powered by libsid (https://github.com/latebit/libsid) which has been ported to C++ and now ships with latebit.

The rest of the changes are quality of life changes such as:

This closes #35