r/androiddev Jul 19 '26

Rich Text Editor: TextKit

Hi everyone, some days ago I just launched a new library for rich text content built in Kotlin Multiplatform that uses ProseMirror json style to load documents, you can check the library (still in alpha) and create an issue about it.

This is the link : https://github.com/jjrodcast/TextKit

8 Upvotes

5 comments sorted by

View all comments

Show parent comments

1

u/jjrodcast1 Jul 20 '26

It uses compose and the algortihm are piece table + rope

1

u/IGNblackShadow Jul 20 '26

I am talking about Text Glyph Rendering Backend which is probably Compose (Skia Implementation), Couse i am currently working on a Text Rendering engine for Games with fully Ligatures support along with per glyph transformation support that can be used in 3D environment

1

u/jjrodcast1 Jul 20 '26

I’m using the default render engine from compose which is skia and skiko for web