wizzomafizzo / tapto

Launch games using physical objects
GNU General Public License v3.0
64 stars 9 forks source link

Improve write api endpoint #61

Closed wizzomafizzo closed 2 weeks ago

wizzomafizzo commented 1 month ago

In order to add more supported readers and platforms, we must make libnfc an optional part of the process. It's currently hardcoded in the main poll loop all through it. Still working out the plan, but I think there needs to be a generic "reader" interface each driver like libnfc implements. The driver is specified by the auto-detection, connection string or defaults.

wizzomafizzo commented 1 month ago
asturur commented 2 weeks ago

I need an explainer for those code changes i really don't get them

wizzomafizzo commented 2 weeks ago

I need an explainer for those code changes i really don't get them

Do you mean the original idea for the PR or just the changes I made?