Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addon data is ignored #59

Open
bangnoise opened this issue Sep 23, 2014 · 0 comments
Open

addon data is ignored #59

bangnoise opened this issue Sep 23, 2014 · 0 comments

Comments

@bangnoise
Copy link

ofxAddon instructions provides a location and behaviour for addon data which should be copied to project bin/data directories, and addon_config.mk has ADDON_DATA for same. Both are effectively ignored by the project generator.

  1. ofAddon should gain a member variable for data files parsed from the addon filesystem
  2. ofAddon::fromFS() should populate the new variable
  3. baseProject should gain a member function to copy addon data files to a project's data folder
  4. baseProject::addAddon() should use the member variables populated from the filesystem and addon_config.mk to copy files using the new function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant