ImAlien

Results 3 issues of ImAlien

* 在我的环境中始终是数乘,不是点积

like this, in my lua sctipt ```lua for i = 1, 1000 do local obj = MyObject.new() end ``` I want to execute the deconstructor of MyObject every loop to...

I read the https://sol2.readthedocs.io/en/latest/tutorial/cxx-in-lua.html and try it; I set the player some memory and create a lot of players in my scripts player.h: ```c++ struct player { public: int bullets;...