From: Aaron L. <dar...@gm...> - 2024-03-20 19:08:10
|
In strict accordance with https://sourceforge.net/p/chessx/mailman/chessx-developer/thread/200610171321.11325.mrudolf%40kdewebdev.org/, I am interested in development! I like chess, and I'm a software developer by day. I use GNU/Linux (arch linux specifically), and it looks like chessx and SCID pretty much run the market here. I've used SCID a bit and it seems to work pretty well, but when it comes to development, I like C++ a lot. (I've also started getting excited about Rust...) The feature that actually made me `git clone` is opening training. I think it would be nice if the trainer would keep track of my progress learning openings and use spaced repetition to help 1) learn and 2) retain opening lines, sort of like anki https://apps.ankiweb.net/. I just created pull requests 94, 95, 96, 97 which cause me not to be able to compile on my machine. It looks like there may be other ways of fixing these particular issues in other pull requests, so maybe they will be closed as "already fixed" some day! The nature of the fixes in my PRs suggest that development on this project may be using different technology than me (older or newer versions of QT or C++??). I just did `mkdir build && cd build && qmake && make -j 20`, but if I should be doing something else, please let me know! Talk to you soon! |