Sam W

Results 4 issues of Sam W

Hello, I'm trying to compile a practically empty project on OS X with the config metal-osx-xcode-debug and am receiving the following error. Any ideas? ``` PhaseScriptExecution CMake\ Rules /Users/samw3/prj/Ideas/GCodeMagic/fips-build/gcm/metal-osx-xcode-debug/oryol_Dbg/gcm.build/Debug/ALL_GENERATE.build/Script-08A437BE643C49A1BB4AB4CD.sh cd...

Hi! I was just trying to build ofxCorkCsg and was getting a linker error. It looks like there is a missing wrapper function. I used computeIntersection as a template to...

fips.yml ``` # # oryol # --- imports: gliml: git: https://github.com/floooh/gliml.git fips-glm: git: https://github.com/fips-libs/fips-glm.git fips-unittestpp: git: https://github.com/floooh/fips-unittestpp.git fips-zlib: git: https://github.com/fips-libs/fips-zlib.git fips-glfw: git: https://github.com/fips-libs/fips-glfw.git fips-libcurl: git: https://github.com/floooh/fips-libcurl.git fips-remotery: git: https://github.com/fips-libs/fips-remotery.git fips-vld:...

Knowing the FPS of a displaylink created elsewhere is helpful for converting durations in seconds into number of frames. I'd be cool with a `link.numFrames(for interval: RXTimeInterval)` or similar too.