Open erwanor opened 9 years ago
we're actually only using src/js/app/js; everything else can be ignored. you can update the .gitignore to exclude everything else if you want
I'll remove the other directories from the branch code-refactoring and try to build to double check that everything works fine. If we want other people to contribute we need to make the repo as simple as possible.
ok sounds good
what about the version in C? It's just future-proofing the product. As far as I know, in order to have background apps on the Pebble, you need to have it in C right?
So far we've been writing everything completely in pebble.js; we've haven't worked on the C version since HTN. We don't need any background capabilities so C isn't necessary, though in general C would probably give us more flexibility/features.
Doesn't the accelerometer benefit more if it becomes a background capability so it can be used with any other application?
We haven't done much with the accelerometer since. The project has shifted more towards to just being a reddit client for pebble rather than "handless navigation for pebble."
Cool.
Any progress on this?
Please respond.
It's been 9 years. Any updates here?
There seems to be a lot boilerplate code that is not used, we should get rid of it. @jameswang14 Can you confirm that we are only using src/js/ ?