Giter VIP home page Giter VIP logo

vscode_of's Issues

glibconfig.h and gstconfig.h missing

I'm running Ubuntu 16.04 and after installing intellisense was complaining about not being able to find the glibconfig.h and gstconfig.h. I had to move them from elsewhere on my machine.

sudo cp /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h /usr/include/glib-2.0/glibconfig.h

sudo cp /usr/lib/x86_64-linux-gnu/gstreamer-1.0/include/gst/gstconfig.h /usr/include/gstreamer-1.0/gst/gstconfig.h

The gstreamer include path in c_cpp_properties.json also needed to be set to /usr/include/gstreamer-1.0/gst in order to be found.

Not sure if this was just my particular setup, but thought I would throw this up in case it helps someone else out!

A small explanation on what it does

This seems like a really nice addition to my openframeworks workflow!
Can you shed a little bit more light on on how to use it?
It is just a template for starting out an of app inside vscode?
Does it provide autocompletion over OF api?

Really looking forward to this,
Thanks!

Include errors when including addons

The empty project works great - very happy as I'm super keen to use vscode on Linux. However, I'm getting an error once I try to include an addon:

#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (/home/jack/dev/OF/apps/myApps/exampleEmpty/src/main.cpp).C/C++(1696)
cannot open source file "ofxGui"C/C++(1696)

I've added the addon name to the addons.make file. The include path to the addons folder is correct and I've tried adding an absolute include path to the addon just to see. Any suggestions?

unclarity in readme.md

It says:

Command + B and select "buid debug" for compiling oF and exampleProject. (excute make command)

Command + B is the default to hide / show the side bar. I guess you mean command + shift + b, however, I can't find a option anywhere to specify it is about a debug build.

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.