megaui
megaui copied to clipboard
DEPRECATED in favor of macroquad::ui
This allows customizing the font atlas by wrapping it in a `RefCell`. This turned out to be necessary since it gets passed around to Window and draw_command:CommandsList, so merely changing...
Also removes quadratic complexity by not using chars().nth() in the loop. Needs someone to look over and test in megaui, as I have tested only in my codebase (not megaui),...
I suspect this to be caused with incosistent cursor/selection positions. Some code assumes it to be byte positions (numerous comparisons with `text.len()`) - other code, treats cursor position as code...
cgmath is heavy and opinionated. `mint` would universally work better on the API boundary.