Soulaymen Chouri

Results 18 comments of Soulaymen Chouri

This would be a wonderful feature. +1

Hi! It is definitely single purposed, for I needed that feature xD I like the idea of having multiple colors and I can think of some use for it, maybe...

Still work in progress. Maybe I will finish it 10 years or something XD

+1, I am also willing to help, but I don't know chinese. If you can write poor english, I will be willing to correct. Plus reading the code should be...

Thank you for your quick reply! I have compiled the library successfully and started working on a skeleton project, I have the following setup: CMakeLists: ``` # Find required libraries...

`nano /usr/local/lib/pkgconfig/cf4ocl2.pc` gives: ``` refix=/usr/local/Cellar/cf4ocl/2.1.0 exec_prefix=${prefix} libdir=${prefix}/lib includedir=${prefix}/include Name: cf4ocl2 Description: C Framework for OpenCL URL: http://fakenmc.github.io/cf4ocl/ Version: 2.1.0 Requires.private: glib-2.0 >= 2.32.1 Libs: -L${libdir} -lcf4ocl2 Cflags: -I${includedir} -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenCL.framework ```...

Guess I will have to be patient. Alright, thanks a lot. I will see if I can get to work without `pkg-config`.

Hello again, I have solved the problem, by using the following CMake Settings: CF4CL2 settings ``` SET(CF4OCL2_INCLUDE_SEARCH_PATHS /usr/include/isaac /usr/include /usr/local/include /opt/isaac/include /usr/local/include /usr/local/Cellar/cf4ocl/2.1.0/include #installed here by brew ) SET(CF4OCL2_LIB_SEARCH_PATHS /lib/...

Thanks for your reply, It is a custom SVG, I have attached it below. I think it is easy because the format `x:y` almost always end-up `x:Y` (first letter being...