Skip to content

gumilastik/ofxLiveApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 🐨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published