No description
| ObjGTK4 | Add GTypeClass. | |
| OGdk4 | Add GTypeClass. | |
| OGdkPixbuf | Add GTypeClass. | |
| OGPango | Add GTypeClass. | |
| OGsk4 | Add GTypeClass. | |
| .gitignore | Update .gitignore | |
| Install.sh | Add install script. | |
| LICENSE | Initial commit | |
| README.md | Update docs. | |
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) and its dependencies
- OGio (latest) and its dependencies
Install
Autogen, configure, make, make install in this order:
- OGPango
- OGGdkPixpuf
- OGdk4
- OGsk4
- ObjGTK4
Or use Install.sh to make and install them one after another. You will have to clean manually.
See this Codeberg repo for current usage and a small example app.