Dan Rosser

Results 38 issues of Dan Rosser

I was able to build this in Unix. I will upload tutorial documentation on how to set it up and Eclipse project files.

Thinking about porting this to use @openframeworks rather than wxwidgets. I have done some testing earlier this year and shouldn't be too much of a problem. -Benefits: Easily working on...

Currently Colin Friend has worked on a Mac OSX port. I'll try and get him on here and post his code and documentation.

As reported in Live repo @sortofsleepy https://github.com/sortofsleepy/ofxARKit > This addon involves use of Apple's Metal framework to handle camera imaging and processing as the raw feed from your phone/tablet's camera...

An issue to fix for xcframeworks for Addons folder search is excluding other platform directories: I.E. opencv: xcframework is included for tvOS/iOS into the macOS project. Only occurs with addon...

I forget this is not built into the project Generator already as I been using it for so long. https://github.com/danoli3/ofxAddonScript I suggest we add a new format in addons.make to...

enhancement

Just noting some issues: when directly building (from just pure checkout) Script to build platform must be called from root directory else fails: ``` ./scripts/osx/buildPG.sh ``` Can't just CD to...

frontend

Need to find a replacement for ``` uses: johnwbyrd/[email protected] ``` ``` build-macos-platforms (3)Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: johnwbyrd/[email protected]. For more information...

enhancement

Looks like we need Apple Developer / Distribution Signing @ofTheo https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle This is only required for when using **Multiplatform Target** it seems however best to get this sorted now! -...

enhancement

VS2022 Host Compiler Support LLVM Clang - Toolchain (WIP) ![image](https://github.com/openframeworks/apothecary/assets/830748/202c2a08-8a63-49ff-aea2-fcc7b7fdd6a6) Figure 1: https://www.reddit.com/r/cpp/comments/100vctp/msvc_vs_clang_performance_has_anyone_tested/ Update scripts to show Multithread Type Variant builds for MSVC (CRT/MD/MT) With VS 2022 comes significant gains...