You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop-App zum Simulieren der Generierung mehrerer mathematischer Spiraldiagramme. (Desktop app for simulating generation of several mathematical spirals.)
Die App besteht aus einer grafischen Benutzeroberfläche und ist vollständig in der C-Programmiersprache geschrieben. (This app has graphical user interface and is written fully in C-language.)
I wrote this desktop application completely in C-language using the GTK4 library for the user interface and Cairo for 2D graphics rendering.
The app allows users to select and visualize various mathematical spirals, simulating their construction point-by-point.
spiral_generator.h: Header file defining constants, enums, structs, and function prototypes.