A few updates from the studio as we continue pushing things forward.
'Lyric is now live'.
Our programming language project has officially launched and is now open source. It’s still early days, but getting the project out into the wild is an exciting milestone for us and a strong foundation for what comes next.
Mira Terminal performance improvements.
We’ve added a WebGL renderer to Mira Terminal, which significantly improves output performance and responsiveness when handling large streams of terminal data. The terminal feels much smoother under heavy workloads.
Novi refactor underway.
We’ve also begun refactoring Novi to remove React from the UI layer. While React is a great framework, we realized we weren’t using many of its features given Novi’s relatively simple interface. Moving to a lighter vanilla TypeScript approach should simplify the architecture and reduce overhead.
More updates soon as development continues.
— MiraNova Studios
Update: We have replaced our reliance on the git.exe command line tool in Novi with a native javascript git implementation called isomorphic-git. So far the results are very positive.