coderedart / luaegui

rust mlua bindings for egui
20 stars 0 forks source link

Rewrite based on type registration api #4

Closed coderedart closed 1 year ago

coderedart commented 1 year ago

The current way of wrapping every type into a new type and implementing the trait is very painful. so, we will wait for mlua to get a type registration api and then rewrite the crate in a cleaner way.

https://github.com/khvzak/mlua/issues/206

coderedart commented 1 year ago

Okay, we are using the new type registration api now. I will start tracking to api coverage progress in https://github.com/coderedart/luaegui/issues/2