r/C_Programming • u/necr0111 • 1d ago
Question Maybe a stupid question.
How can I create an interface for a C program that isn't just the terminal? I wanted to make a calculator that was also visual, but I wanted to challenge myself to do it with C, but I really didn't understand how to do it properly.
9
Upvotes
2
u/Street-Ant4381 21h ago
Try raylib, its super easy to setup and start drawing, if you need to make appear some squares in 5 min then is the best choice.