Results 3 comments of Dane

I found it easy to add to vcpkg by adding these files to **vcpkg/ports/luabridge3/** [luabridge3.zip](https://github.com/kunitoki/LuaBridge3/files/8493270/luabridge3.zip) portfile.cmake ```cmake vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO kunitoki/LuaBridge3 REF 46963493b262ca81e432285a522455eaeb2aae10 SHA512 a901fd9979b06ddb1a7b27d311d59c03dddc3de309c8a784b3b9c1632818d3186b5ab03f49b396f3a064562d123489ad71c5ddd7179e37bd15bcccf892075b04 HEAD_REF master ) file(...

What about naming schemes like matrix_gl.go and matrix_vk.go with build constraints as described here? https://golang.org/pkg/go/build/#hdr-Build_Constraints https://stackoverflow.com/questions/36703867/golang-preprocessor-like-c-style-compile-switch Then you could build the library specifically for Vulkan adding the -tag to the...

> This has the problem of inserting color coding into the output even if stdout is not a terminal, or some kind of printer capable of understanding color sequences. Most...