All Projects → hiroMTB → Vscode_of

hiroMTB / Vscode_of

openFrameworks empty example for visual studio code

Projects that are alternatives of or similar to Vscode of

Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (+108.53%)
Mutual labels:  vscode, osx
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (+161.24%)
Mutual labels:  vscode, osx
Mosaic
Mosaic, an openFrameworks based Visual Patching Creative-Coding Platform
Stars: ✭ 250 (+93.8%)
Mutual labels:  osx, openframeworks
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (-86.05%)
Mutual labels:  makefile, osx
Zcash Apple
Zcash for Apple platforms
Stars: ✭ 75 (-41.86%)
Mutual labels:  makefile, osx
Seed
Go application GitHub repository template.
Stars: ✭ 109 (-15.5%)
Mutual labels:  makefile, vscode
Vmware Usb Osx
Easily create a bootable USB installer for VMware ESXi / vSphere Hypervisor
Stars: ✭ 286 (+121.71%)
Mutual labels:  makefile, osx
Openframeworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Stars: ✭ 8,652 (+6606.98%)
Mutual labels:  osx, openframeworks
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-43.41%)
Mutual labels:  vscode, osx
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (-24.81%)
Mutual labels:  makefile, vscode
Freebsd Vscode
Visual Studio Code port for FreeBSD
Stars: ✭ 121 (-6.2%)
Mutual labels:  makefile, vscode
Doxdocgen
Generate doxygen documentation from source code in VS Code
Stars: ✭ 127 (-1.55%)
Mutual labels:  vscode
Vscode Markdown Style
Markdown styles for vscode
Stars: ✭ 126 (-2.33%)
Mutual labels:  vscode
Mypy boto3 builder
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
Stars: ✭ 123 (-4.65%)
Mutual labels:  vscode
Onl
Please visit the Open Compute Project repository
Stars: ✭ 125 (-3.1%)
Mutual labels:  makefile
Buildroot
Buildroot Environment for multiple TV WebKit ports using EGL and GLESv2, supporting WebGL, Canvas, HTML5 Video as a texture and more. One of the target devices supported is the Raspberry PI 2.
Stars: ✭ 127 (-1.55%)
Mutual labels:  makefile
Mls Protocol
MLS protocol
Stars: ✭ 127 (-1.55%)
Mutual labels:  makefile
Easymake
A handy makefile for simple C/C++ applications
Stars: ✭ 125 (-3.1%)
Mutual labels:  makefile
Mailspring
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Stars: ✭ 11,953 (+9165.89%)
Mutual labels:  osx
Vscode Go
Go extension for Visual Studio Code
Stars: ✭ 2,268 (+1658.14%)
Mutual labels:  vscode

Screenshot

Build Status Build status

vscode_oF

openFrameworks empty example for Microsoft Visual Studio Code IDE(vscode). This is not addon. (folder structure is same with addoon)

How to compile example project

  1. download and install vscode.
  2. download or clone this repositry to your /oF/apps folder
  3. open project file with vscode(vscode_oF.code-workspace).
  4. Command Palette (View->Command Palette) and select "Run Build Task".
  5. Select "Build Debug", "Clean ALL", "Build Release", "Clean Debug", "Clean All"
  6. Hit F5 key to start debugging. (Release app will start automaticaly after build)

How to start your own project

  1. Copy and paste /exampleEmpty folder and start your own project.
  2. Edit addons.make file if you want to add addons
  3. You might need to edit setting files inside of ./vscode

It provides quick auto complete feature. Since vscode does not provide built-in debugger, debugging feature is depends on platform.

Curretly tested on OSX, Ubuntu(by @anselanza) and Windows 10.

Folder Structure

/of
  /apps
    /vscode_oF
      /exampleEmpty

oF version

0.10.0, latest master

Known issue

  • "make clean" does not work (bug of openFrameworks Make system)
  • MacOSX.sdk path is hard coded
  • "#include error detected" for header files which is not actualy included for example GL/gl.h is for Linux wihch is not included on osx. This shold be fixed with limitSymbolsToIncludedHeaders property in c_cpp_properties.json But still vs code claims it is missing.

Linux user

  • Depends on your Linux distro, you might need additinal edit on config files. Please see dev branch which include commits from another oF+Linux developper. I don't test dev branch but it might help.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].