-
- OpenCV => 4.0.1 and previous versions
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2017
I am on the process of installing OpenCV JS and I've encountered simpl…
-
macOS 11.6
Xcode 13.0
```
% PATH="$(brew --prefix)/opt/llvm/bin:$PATH" \
CC=clang \
CXX=clang++ \
CPPFLAGS="-I$(brew --prefix)/opt/llvm/include" \
…
-
`node-webworker-threads` fails to install native deps. https://github.com/audreyt/node-webworker-threads/issues/193
Also `napa.js` node@11 build requires `npm i -g cmake-js`.
-
Hi, thanks for this nice library. I just tried it, but the build process fails with some missing headers, so I had to fix two cmake files
1) `npm install fastcall --force`
`--force` is needed, b…
-
### Brief Issue Summary
Target is Release by setting "CMAKE_BUILD_TYPE": "Release" in the CMakePresets.json file.
using the CMake Debugger I see inconsistent values set:
**Output …
-
I have CMake installed but the example won't run. I get this error when I type :
bin/node-raylib.exe templates/simple_game/simple_game.js S
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ra…
-
So it compiled using cmake js but im not getting node.addon file but some other windows related files. Is windows supported for the node js inplementation?
-
Scrolling up and down causes semantic highlighting to randomly stop working
First time it's happened to me
~~I dare not restart anything atm~~ too late 😔
https://github.com/microsoft/vscode/ass…
-
For systems that don't have an x11 installation, the raylib library supports the "OpenGL ES 2.0 in native mode":
`make PLATFORM=PLATFORM_RPI && make install`
However, running `npm install raylib…
-
In an effort to ditch the python dependency of `node-gyp`, we've been experimenting with `node-cmake`, which is a thin wrapper around `cmake`.
It's use is quite straightforward if you're already usin…