Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 937 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 937 Bytes

TaffyKT — Kotlin Port of Taffy

❗ This project is currently a 'Work In Progress'

This library is a port of excellent Rust-written Taffy UI layout library for Kotlin.

Main Goals

  • Provide feature parity with the original Taffy library
  • Ensure identical behavior and pass all tests as the original Taffy.
  • Cannot guarantee it will have the same performance as the original Taffy even if it is a goal.

❗ Please note that this is a dependency for another project I'm working on, and I am not necessarily planning to maintain it actively. However, any PRs or issues are welcome.

Also I am once again taking this opportunity to thank the original authors of the Taffy library, for their excellent work and for making it open-source.