Giter VIP home page Giter VIP logo

ofxprojectgenerator's Introduction

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

ofxprojectgenerator's People

Contributors

furkanzmc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

aliakbarrashidi

ofxprojectgenerator's Issues

Generator adds duplicates to the addons list

#ofxPennerAnimation
list(APPEND ADDONS_SRC
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatable.cpp
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableFloat.cpp
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfColor.cpp
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfPoint.cpp
${ADDONS_PATH}/ofxPennerAnimation/src/ofxPennerAnimation.cpp
)
list(APPEND ADDONS_HEADERS
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatable.h
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableFloat.h
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfColor.h
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfPoint.h
${ADDONS_PATH}/ofxPennerAnimation/src/ofxPennerAnimation.h
${ADDONS_PATH}/ofxPennerAnimation/src/ofxPennerAnimationPoint.h
)
list(APPEND ADDONS_INCLUDE_PATH
${ADDONS_PATH}/ofxAnimatable/src
${ADDONS_PATH}/ofxPennerAnimation/src
)
list(APPEND ADDONS_LIBS
)
#ofxPennerEasing
list(APPEND ADDONS_SRC
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatable.cpp
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableFloat.cpp
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfColor.cpp
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfPoint.cpp
${ADDONS_PATH}/ofxPennerAnimation/src/ofxPennerAnimation.cpp
)
list(APPEND ADDONS_HEADERS
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatable.h
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableFloat.h
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfColor.h
${ADDONS_PATH}/ofxAnimatable/src/ofxAnimatableOfPoint.h
${ADDONS_PATH}/ofxPennerAnimation/src/ofxPennerAnimation.h
${ADDONS_PATH}/ofxPennerAnimation/src/ofxPennerAnimationPoint.h
${ADDONS_PATH}/ofxPennerEasing/src/Back.h
${ADDONS_PATH}/ofxPennerEasing/src/Bounce.h
${ADDONS_PATH}/ofxPennerEasing/src/Circ.h
${ADDONS_PATH}/ofxPennerEasing/src/Cubic.h
${ADDONS_PATH}/ofxPennerEasing/src/Elastic.h
${ADDONS_PATH}/ofxPennerEasing/src/Expo.h
${ADDONS_PATH}/ofxPennerEasing/src/Linear.h
${ADDONS_PATH}/ofxPennerEasing/src/ofxPennerEasing.h
${ADDONS_PATH}/ofxPennerEasing/src/Quad.h
${ADDONS_PATH}/ofxPennerEasing/src/Quart.h
${ADDONS_PATH}/ofxPennerEasing/src/Quint.h
${ADDONS_PATH}/ofxPennerEasing/src/Sine.h
)
list(APPEND ADDONS_INCLUDE_PATH
${ADDONS_PATH}/ofxAnimatable/src
${ADDONS_PATH}/ofxPennerAnimation/src
${ADDONS_PATH}/ofxPennerEasing/src
)
list(APPEND ADDONS_LIBS
)

Any plans for an OSX version?

Hi,

I am trying to setup OF to work with CMake under OSX. I am going through your CMake instructions listed here, however, I am not sure if this is going to work for me. Are there any plans for getting the ofxProjectGenerator run on OSX?

Thanks.

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.