I would appreciate some suggestions about which nimble libraries to use for a project. When I first learn a new programming language, I often build a solitaire mahjongg game. It lets me learn about basic GUI's, handling user input, and a lot of data munging in the back end. It also involves clipping parts of a jpg for use as the tile images. I am thinking of using owlkettle for the gui, tiny_sqlite for data storage, but not sure what image library to use. Any suggestions before I dive into coding would be much appreciated!