nimCEF icon indicating copy to clipboard operation
nimCEF copied to clipboard

Nim wrapper for the Chromium Embedded Framework

Results 3 nimCEF issues
Sort by recently updated
recently updated
newest added

After fixing some minor build issues I was able to build the `sample` binary, but when I try to run it I just get a crash with: ``` Traceback (most...

This is quite a bit less modification, but it also enables building on v1.4.0 (at least while `csize` is still around, it is deprecated after all).

This is a brilliant wrapper but it does not follow the [Nim code style guidelines](http://nim-lang.org/docs/nep1.html). What is particularly troublesome is the fact that types begin with lowercase letters (they should...