GoaLitiuM / RmlUi

The RmlUi plugin for Flax Engine
MIT License
12 stars 3 forks source link

Add support for C#-scripting #12

Open GoaLitiuM opened 1 year ago

GoaLitiuM commented 1 year ago

Most of the RmlUi classes and structures needs to be wrapped and annotated with Flax.Build macros for C#-bindings generation. Wrappers should also prefer using the engine collection types and math types like vectors and matrices for better interoperability with scripts etc.