You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this library is absolutely beautiful and elegant! I understand the giant mountain that is rendering musical notation on IOS, however, does this library intend at some date to be able to graphically render these natively on iOS? I'd love to start contributing to that, or was the intention to keep this purely for encoding/decoding MusicXML -> Swift? Really incredible work you all have done.
The text was updated successfully, but these errors were encountered:
The sole responsibility for this project is to encode/decode MusicXML -> Swift. However, check out music-notation-core (cc @drumnkyle) for some ongoing work on the graphical rendering side of things. For a wide-ranging work-in-progress, check out the dn-m project at-large. There are quite a few pieces which can be plugged together here, but there's some work to do :). The style may be a bit idiosyncratic, but if you have any questions, let me know!
Other options are Guido and Verovio, which are both in C++, but have successfully been used to target iOS devices.
I am starting work which is pulling me out of this game for a little bit, but feel free to fork/submit PRs and it's possible that @bwetherfield and/or @DJBen can lend a hand!
I'll me taking over from @drumnkyle on https://github.com/drumnkyle/music-notation-core. The idea is that music-notation-core would be the data model and cross-platform support code, whereas the music-notation-kit would be the rendering side.
Hi, this library is absolutely beautiful and elegant! I understand the giant mountain that is rendering musical notation on IOS, however, does this library intend at some date to be able to graphically render these natively on iOS? I'd love to start contributing to that, or was the intention to keep this purely for encoding/decoding MusicXML -> Swift? Really incredible work you all have done.
The text was updated successfully, but these errors were encountered: