Week 6 Blog
- Tanner Hugli
- Feb 28, 2022
- 1 min read
This week we got started on creating our project via Kivy which is a Python powered application based language.
To start we went through and got familiar with Kivy and the different mechanics we would be able to utilize for our project.
We then got started with getting a basis established, at this current moment we fully setup our GIT, as well established a mysql database so that our API would be able to be shared with our database.
After that we dove into coding and created a skeleton of how we would expect our application to run. With this skeleton, we created several pages that had buttons that allowed the user to maneuver between each page. As well as a button to close the application and to open a settings mode where the user could modify their client (set to full screen, increase fps limits, etc.).
Continuing forward we will begin implemented portions of our project that we feel are necessary, on top of that we are looking into customizing a settings page that fits our application better than the default mode we currently have.
We also plan to have our API connected via the MySQL, so that when our application is ready for use, users will be able to pull from a large search query.
Comments