haroohie-club / SerialLoops

An editor for Suzumiya Haruhi no Chokuretsu (The Series of Haruhi Suzumiya)
https://haroohie.club/chokuretsu/serial-loops
GNU General Public License v3.0
14 stars 6 forks source link

Prototype the audio system in Avalonia #358

Closed jonko0493 closed 1 month ago

jonko0493 commented 1 month ago

Previously, I believed the audio system would be impossible to replicate in Avalonia, but platform-specific code is actually possible. Avalonia provides a superior experience to Eto particularly on Linux (as GtkSharp is outdated and low-key sucks), so it would be worth investigating to see if a port is possible.

jonko0493 commented 1 month ago

Works: https://github.com/jonko0493/SLAvaloniaTest

Now that we know this works, creating a massive issue to port the entire codebase to Avalonia.