I have worked on finding and implementing libraries to see which dependencies I had to use for this project as well as structuring the program to fit my project purpose and also so that it is easy to navigate. I have slimmed down the libraries that I will be working with to the following:
- Tinycthread - for programming threading
- Nuklear - for the client UI (SDL2, and openGL using GLEW)
- uiohooks - cross-platform mouse and keyboard hooking from userland
The research and early implementation of these libraries not only helped me evaluate the direction I wanted to take with this project, but will also taught me about new libraries that I was not aware of in the past, which I plan on learning to add to my skillset moving forward. The current program made is a demo from the Nuklear library to check if every library is set up correctly, which it has. This means that moving forward now, I am able to work on the actual Memrise point farming system of the project.
0
Log in to leave a comment