cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.75k stars 83 forks source link

Improve htmlcore layout #1328

Open kkoreilly opened 3 days ago

kkoreilly commented 3 days ago

Describe the feature

The current htmlcore layout algorithm is not really correct, so we should fix that and try to get it to a relatively good state. It makes sense to wait until after #1056 and #568 for this since it interacts with the text layout and rendering logic.

Relevant code

No response