https://github.com/objgtk/objgtk4
GTK4 bindings for Objective C utilizing ObjFW. Mirror of https://codeberg.org/ObjGTK/ObjGTK4
https://github.com/objgtk/objgtk4
elementaryos gobject gtk gtk4 objective-c objfw
Last synced: about 1 month ago
JSON representation
GTK4 bindings for Objective C utilizing ObjFW. Mirror of https://codeberg.org/ObjGTK/ObjGTK4
- Host: GitHub
- URL: https://github.com/objgtk/objgtk4
- Owner: ObjGTK
- License: lgpl-2.1
- Created: 2024-09-29T15:01:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T20:52:52.000Z (over 1 year ago)
- Last Synced: 2025-01-08T22:06:38.189Z (over 1 year ago)
- Topics: elementaryos, gobject, gtk, gtk4, objective-c, objfw
- Language: Objective-C
- Homepage: https://codeberg.org/ObjGTK/ObjGTK4
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjGTK4
GTK4 bindings for Objective C utilizing ObjFW. These files are generated by objgtkgen and patched to compile
and provide a (more or less) sensible API.
This library set is meant to work with the versions delivered with Ubuntu 24.04 / elementary OS 8.
## Build dependencies
- [OGObject (latest)](https://codeberg.org/ObjGTK/OGObject) and its dependencies
- [OGio (latest)](https://codeberg.org/ObjGTK/OGio) and its dependencies
## Install
Autogen, configure, make, make install in this order:
1. OGPango
2. OGGdkPixpuf
3. OGdk4
4. OGsk4
5. ObjGTK4
Or use `Install.sh` to make and install them one after another. You will have to clean manually.
See [this Codeberg repo](https://codeberg.org/ObjGTK/ObjGTK4SmallExampleApp) for current usage and a small example app.