Skip to content

Furkanzmc/ofxProjectGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxProjectGenerator

Makes it easy to generate QMake and CMake project files for openFrameworks 0.8.4 and v0.9. CMake projects only have support for v0.9.

You can read about how CMake projects work here.

Features

  • Generate CMake projects for openFrameworks v0.9.x
  • Generate QMake projects for openFrameworks v0.9.x and v0.8.x
  • Generate Visual Studio 2015 projects for openFrameworks v0.9.x
  • Multiple openFrameworks versions
  • Add addons to projects
  • Update the addons for an existing project

SS

TODO

  • Enable copy addons to project folder
  • Add support for Cmake projects
  • Add support for VS 2015 projects
  • Add support for Code:Blocks
  • Add support for CodeLite