Giter Club home page Giter Club logo

hellocontext's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

hellocontext's Issues

Installation instructions?

Hello, first off thanks for publishing this started repo, it looks really promising for what I want to achieve.

I'm having a hard time getting Fusion 360 to launch the addin code created with this repo however.

I'm doing the following (with macos):

  1. clone repo
  2. mkdir build & cd build
  3. cmake .. && make

This succeeds:

HelloContext/build on  master [?] 
➜ cmake .. && make
-- Finding required library packages
-- The C compiler identification is AppleClang 15.0.0.15000040
-- The CXX compiler identification is AppleClang 15.0.0.15000040
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found nlohmann_json: /opt/homebrew/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable version "3.11.2", minimum required is "3.2.0") 
-- Configuring .manifest file with project variables
-- Adding target shared library to project
-- Linking interface libraries to target shared library
-- Setting install location for library and manifest
-- Configuring done (1.5s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/zak/repos/open-source/HelloContext/build
[ 50%] Building CXX object CMakeFiles/HelloContext.dir/HelloContext.cpp.o
/Users/zak/repos/open-source/HelloContext/HelloContext.cpp:4:10: warning: non-portable path to file '<Cam/CamAll.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include <CAM/CAMAll.h>
         ^~~~~~~~~~~~~~
         <Cam/CamAll.h>
1 warning generated.
[100%] Linking CXX shared library HelloContext.dylib
[100%] Built target HelloContext

And I can see the addin built in Fusion 360 in the addins pane, so the manifest must be valid, however if I click run nothing appears to happen.

I'm not even sure where to go looking for error logs, any pointers would be amazing!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.