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

Filesystem abstraction C++ interface #630

Closed
TheJJ opened this issue Oct 7, 2016 · 2 comments
Closed

Filesystem abstraction C++ interface #630

TheJJ opened this issue Oct 7, 2016 · 2 comments
Labels
just do it You can start working on this, there should be nothing left to discuss lang: c++ Done in C++ code lang: python Done in Python code nice new thing ☺ A new feature that was not there before
Milestone

Comments

@TheJJ
Copy link
Member

TheJJ commented Oct 7, 2016

We have a cool filesystem abstraction in Python (openage/util/fslike/) which we also need to access from C++.

We wanna reuse the same code currently used in the convert script input file location.

After you created a C++ interface for the openage.util.fslike with Cython, we will use it for searching for assets and configs in /usr/share/openage, your home folder, additional environment variables and so on.

This basically is the foundation for having multiple data sources spread accross your filesystem.

@TheJJ TheJJ added nice new thing ☺ A new feature that was not there before lang: c++ Done in C++ code lang: python Done in Python code just do it You can start working on this, there should be nothing left to discuss labels Oct 7, 2016
@TheJJ TheJJ added this to the nyan milestone Oct 7, 2016
@TheJJ TheJJ mentioned this issue Jan 26, 2017
30 tasks
@TheJJ
Copy link
Member Author

TheJJ commented Feb 14, 2017

Done in #723

@TheJJ TheJJ modified the milestones: v0.4.0, nyan Feb 14, 2017
@TheJJ
Copy link
Member Author

TheJJ commented Mar 21, 2017

Done.

@TheJJ TheJJ closed this as completed Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
just do it You can start working on this, there should be nothing left to discuss lang: c++ Done in C++ code lang: python Done in Python code nice new thing ☺ A new feature that was not there before
Projects
None yet
Development

No branches or pull requests

1 participant