karaoke-dev / karaoke

Will be the best karaoke system.
http://blog.karaoke.dev
GNU General Public License v3.0
205 stars 16 forks source link

Create karaoke beatmap encoder/decoder for testing purpose #404

Closed andy840119 closed 1 week ago

andy840119 commented 3 years ago

Not really sure will Json become default osu beatmap, might be yes 🤔 . If that so, can create something like KaraokeJsonBeatmapDecoder or KaraokeAlphaBeatmapDecoder. And the final goal is remove KaraokeLegacyBeatmapDecoder because it sucks.

What's the step :

Step about remove KaraokeLegacyBeatmapDecoder

andy840119 commented 3 years ago

Got the answer is yes to might can make this first.

andy840119 commented 3 years ago

Also need to search is there any way to convert reference object into json string.

andy840119 commented 1 week ago

Json encoder/decoder already implemented. Also, already made the debug beatmap manager for able to export/override the json beatmap.