Hi,
I'm using graphics.h because it have all the features I need. But it's a bit old (2004) and for now I'm running the program in a virtual Windows 7. The database is running fast and currently have about 2000 transactions. It started out being coded in C++, but the more OOP i learned, the more attractive C is for me. The search, sorting, showings pictures is almost in C.
It's relational database for my wife's shop and I know it's working well or else my wife will let me know in a heartbeat.
The picture shows test data with a picture related to the costumer.
I had tried Raylib, but the font is a bit blurry and it is can only run in double buffering mode, as far as I know.
graphics.h can use double buffer or not as you please.
So if anyone knows of any easy graphics library, because my level is about medium, I think?
Evan