hozuki / MilliSim

Extensible simulator for THE iDOLM@STER Million Live! Theater Days / アイドルマスターミリオンライブ!シアターデイズ用の拡張可能なシミュレーター / 可扩展的偶像大师百万现场剧场时光模拟器
MIT License
33 stars 3 forks source link

The Design of Communication with Beatmap Editor(s) #18

Open hozuki opened 6 years ago

hozuki commented 6 years ago

To integrate editors (e.g. future versions of Starlight Director) and MilliSim as well as to avoid a redundant copy of live previewing code, there should be a communication design between them. When this communication mechanism is applied, a user will be able to edit beatmaps in Starlight Director, and start live preview in an attached MilliSim instance.

An initial consideration is LSP. Details are being planned.

This should be a major upgrade. This task should start after base APIs are stablized.