CicadaNCR / ofxLiveApp

Live coding for openFrameworks! 🐨 Plus linux (hopefully)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxLiveApp

Live coding for openFrameworks! Magic!

The main idea is that you run the application, make changes and save the source files, then these changes are automatically applied to your running application. This is a fully automatic process

SETUP

    • OSX:
      • Install xcpretty:
        gem install xcpretty  
        
    • WIN:
      • Add props file from addon to your project (via the "Property Manager" window in Visual Studio)
  1. Inherit your main app from ofxLiveApp (instead of ofBaseApp class)

  2. ofxLiveApp add new function void reinit(); to your app. This function is called after changes are loaded, so you can reinit your objects (if necessary)

About

Live coding for openFrameworks! 🐨 Plus linux (hopefully)


Languages

Language:C++ 99.3%Language:Makefile 0.7%