Hiroshi Matoba

Results 34 comments of Hiroshi Matoba

Have you tried with CUDA? I assume this does not compile because this PR excludes CUDA related header. Cmake optimizes and automatically copies required header files so we don't need...

If you are using CUDA installed PC, Cmake is able to detect CUDA (also MKL) and optimize config.h and .h/.cpp automatically. So we don't need to edit vs properties manually....

Thanks! I rember I needed to add more cuda lib files. Like, ADDON_LIBS += $(CUDA_PATH)/lib/x64/cublas.lib cublasLt.lib cuda.lib cudadevrt.lib cudart.lib cudart_static.lib cudnn.lib cufft.lib cufftw.lib curand.lib cusolver.lib cusolverMg.lib cusparse.lib nppc.lib nppial.lib nppicc.lib...

Please take a look at this PR, it might help. https://github.com/bakercp/ofxDlib/pull/31

https://github.com/Nelarius/imnodes/issues/167#issuecomment-1742109937

Thanks! I will check asap!

Super thanks! Please send me PR when you have time, I will try to find time to update another platform too! Hiroshi On Wed, 6 Feb 2019, 10:33 Yi donghoon,...

This issue disappeared somehow.

Sorry this issue still exists when we execute `npm run buid:vs` (to build frontend PG) I found @2bbb sent PR already here. https://github.com/openframeworks/projectGenerator/pull/186 And I checked & confirmed it does...

This can be solved by a quick dirty hack like below. imnodes.cpp ``` int EndNode() { ... ImNodeData& node = editor.Nodes.Pool[GImNodes->CurrentNodeIdx]; node.Rect = GetItemRect(); int width = node.Rect.GetWidth(); ... return...