News

There is a template class in lv_wrapper.h, PointerWrapper<lv_class, lv_deleter>, to facilitate encapsulation. It stores a unique_ptr of type lv_class with custom deleter function lv_deleter. A number ...
A C# .NET wrapper class that provides an object interface to the native library from managed code, using Platform Invoke (P/Invoke). A Java wrapper class that provides an object interface to the ...