-
Notifications
You must be signed in to change notification settings - Fork 70
Add fuseki and gnugo #949
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
Add fuseki and gnugo #949
Conversation
|
I will try to getting to testing this sometime this week, along with the other changes in this milestone. No promises though, as I'm in the middle of a heatwave, which makes doing anything outside of my dayjob kinda difficult at the moment. |
No worries. I finally got closed out a PR I opened 2 years ago, so if you're able to do faster than that, all good :) More seriously, I know well the load of maintainership, so whenever's good for you, no rush. |
|
Life has other plans, it'll have to be later. Perhaps next weekend, but with how things are looking likely later than that. |
How's this going? Any way I can help? |
|
Sorry for how long this is taken, I've had several life events happen in a row, including one today that is taking all of my attention. If you can get one of the other toltec maintainers to give this a test, approve the PR, and merge it, that could help move things forward faster. Most have them have gotten extremely busy in their personal lives as well though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issues to resolve:
- Upon install, oxide will not pick up the new application as the draft config points at an executable that doesn't exist
- fuseki icon is placed in
/etcinstead of/opt/etc
Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
Both are now resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will merge if the final test passes
Adding the fuseki GnuGo frontend (which also packages a copy of GnuGo cross-compiled for the Remarkable). I'm the author, I own both a v1 and a v2 Remarkable, but Toltec et al is only installed on the v1 as it's my "hacking around" Remarkable as opposed to my "I keep my work and personal notes in it and need not to break it" Remarkable, so I've marked this as RM1-only currently.
So far, I've implemented a Atari Go and human-vs-machine mode (the latter gets a bit slow at times, but that's because GnuGo only goes so fast running on a non-desktop machine) and it all works pretty well.