Core Library
SweetEditor's native editor core is based on the open-source OpenSweetEditor project.
Reference
In This Repository
editor-corecontains the native kernel and C API integration surfaceeditor-composewraps the native core for Kotlin Multiplatform and Compose
Notes
- The Compose layer should consume native capabilities instead of re-implementing core editing algorithms
- Native kernel changes and Kotlin wrapper changes should be evaluated separately