coderedart / luaegui

rust mlua bindings for egui
20 stars 0 forks source link

Tracking issue for API coverage of a Type #2

Closed coderedart closed 1 year ago

coderedart commented 2 years ago

Not Started

Context Visuals TextStyle Painter LayerId TextureHandle Style Context

Complete

Align Align2 Color32 Direction ID Layout Margin PointerButton Pos2 Rect Response RichText Rounding Sense Spacing Stroke Ui Vec2 WidgetText WidgetVisuals

we will just focus on wrapping the simpler API first. and then come back to harder decisions like functions which return Guards.

coderedart commented 2 years ago

we will need to make a proc macro for functions (constructors) as well as to cover allow for mentioning of a "converter" function from inner <-> outer types.

coderedart commented 1 year ago

Almost all types are covered except stuff like textures. We will fill the rest as the need arises (or if someone contributes).