Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/objfw/objfw

[Official Mirror] A portable framework for the Objective-C language.
https://github.com/objfw/objfw

3ds amiga amigaos android ds framework freebsd haiku ios linux macos morphos netbsd nintendo objective-c objfw openbsd portable wii windows

Last synced: about 1 month ago
JSON representation

[Official Mirror] A portable framework for the Objective-C language.

Awesome Lists containing this project

README

        

ObjFW is a portable, lightweight framework for the Objective-C language. It
enables you to write an application in Objective-C that will run on any
platform supported by ObjFW without having to worry about differences between
operating systems or various frameworks you would otherwise need if you want to
be portable.

It supports all modern Objective-C features when using Clang, but is also
compatible with GCC ≥ 4.6 to allow maximum portability.

ObjFW is intentionally incompatible with Foundation.

You can read more about ObjFW on its [homepage](https://objfw.nil.im),
including how to install and use it.