tutorial to clone c++ library
As a starting point, wrap the header files via `c2nim --cpp --nep1 file.h`.
tutorial to clone c++ library
i found a c++ ui library that runs in android, ios, windows, mac, linux named Run which has Its core dll less than 1.5Mb and uses html like syntax. Also it is MIT licensed. But i cant find any tutorial to clone c++ library in nim. If anyone has any tutorial please provide link.