Xavier Wang

Results 149 comments of Xavier Wang

multiple context support are landed :-)

most usage use the global context, because this module is usually used in game engines. So people don’t like the method way to use it

It means we will prepare two version of functions: State as the first argument, or not. It may change a lot of code to retrieve state from argument, not from...

I don't really like to adding Lua wrapper, as a single C module may easier to deploy and use. But it's a way to think of. and, check functions are...

Okey, I will use that table. this is also in my plan list. thanks :)

I'm worry that every time I forget to see github, there will be a lot of issues/pr waiting me to reply. and if I have times to look github, there's...

You could look into my another project https://github.com/starwing/lua-protobuf , in Install section I list the DLL compiling methods. just change the name of library/source file.

Sorry for the confusion :-) I'm new to vis. When I first try to build vis, I noticed the compiling error repotting in #843, so I apply this change to...

> What is the status of this PR? Shouldn’t it be closed? vis builds for me just fine with Lua 5.4 on openSUSE/Tumbleweed. I still think we should use the...

but why not use LUALIB_API?