u3d-community / U3D

Open-source, cross-platform 2D and 3D game engine built in C++
https://u3d.io
MIT License
160 stars 26 forks source link

State of AngelScript bindings #33

Open eugeneko opened 1 year ago

eugeneko commented 1 year ago

Currently U3D has AngelScript in the same state as it was in Urho3D 1.8 -- half refactored, half WIP. 1vanK did quite a lot of work on binding generator and this work spanned years.

Since U3D forked from the middle of this work, AS is in weird state here. Bindings are not manual, but they use unfinished generator.

So I think U3D should either abandon AS at some point, rollback AS binding generator and restore manual AS bindings, or cherry-pick AS binding generator updates from Urho3D 1.8-1.9

SirNate0 commented 1 year ago

I favor the 3rd option, cherry picking the binding generator from Urho3D. However, I am not likely to have time in the near future to do it myself - maybe I will get to it in the next year or so. So if others wish to do something else, or do it themselves, I wouldn't mind.