ThePhD / sol2

Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
http://sol2.rtfd.io/
MIT License
4.16k stars 504 forks source link

sol2 update to sol3 #1383

Open asd28269 opened 2 years ago

asd28269 commented 2 years ago

I update project from (sol2.26 and lua5.3.4) to (sol3.3 and lua5.4.4) i found some problem

sol3 has no func "create_simple_usertype" but sol2 has, what is the instead?

is (sol2.26 and lua5.3.4) can be update to (sol3.3 and lua5.4.4) ?

asd28269 commented 2 years ago

and sol2.26 can be work with lua5.3?