https://github.com/uedatakeyuki/nsaftclp
Next steps after finishing the C language primer
https://github.com/uedatakeyuki/nsaftclp
Last synced: 3 months ago
JSON representation
Next steps after finishing the C language primer
- Host: GitHub
- URL: https://github.com/uedatakeyuki/nsaftclp
- Owner: UedaTakeyuki
- License: mit
- Created: 2024-09-10T10:24:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T12:00:49.000Z (3 months ago)
- Last Synced: 2025-03-21T12:54:07.529Z (3 months ago)
- Language: C
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next steps after finishing the C language primer
Pearls of stuff to make a modern & catchy application in C language.## Contents
- [Preface](contents/Preface)
- Build System
- Makefile
- pkg-config
- [Testing Framework](contents/Test)
- UI
- gtk: Offering a complete set of UI elements, GTK is suitable for projects ranging from small one-off tools to complete application suites.
- gtk3
- gtk4
- Network
- [libsoup](contents/Network/libsoup): HTTP client/server library for GNOME
- [libcurl](contents/Network/libcurl): Your network transfer library
- JSON
- [json-glib](contents/JSON/json-glib): A JSON reader and writer library using GLib and GObject
- DB