sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:

Results 286 sol2 issues
Sort by recently updated
recently updated
newest added

I am struggling with a case where several different factory functions return a `std::shared_ptr` to different user defined types. The factory functions are implemented in C++ and bound with sol...

Works with the Meson WrapDB LuaJIT, other packages should work fine as long as they provide either `luajit` or `luajit_dep`. Thanks for the amazing library :]

I am using LuaJit as my intepreter. If the pointer is too large, this particular exception gets thrown. However, I am unable to control the value of my pointer, so...

I'm getting a crash that i don't understand. I'm using it from MSVC 2022, in C++. Script engine is Luajit 2.1 Problem: From Lua side, I define a script that...

The content is still around: https://github.com/ThePhD/sol2/tree/develop/documentation/presentations , just the links point the wrong way.

Hi, I've been fighting for days to get Sol2 working in VS2019 for Android C++ (ARM64), it's using Clang 5, C++17, NDK r16b... For some reason it can't seem to...