Skip to content

ObjGTK/ObjGTK4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Debian 12 (Stable).

Build dependencies

  • gcc/clang
  • ObjFW
  • pkg-config
  • GObject-2.0 (Glib-2.0)

Debian / Ubuntu

  • sudo apt install pkg-config libglib2.0-dev objfw

Install

Autogen, configure, make, make install in this order:

  1. OGPango
  2. OGGdkPixpuf
  3. OGdk4
  4. OGsk4
  5. ObjGTK4

See this Codeberg repo for current usage and a small example app.