Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/objfw/objfw
- Owner: ObjFW
- License: lgpl-3.0
- Created: 2012-03-20T11:30:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T16:50:02.000Z (7 months ago)
- Last Synced: 2024-05-01T21:19:44.430Z (7 months ago)
- Topics: 3ds, amiga, amigaos, android, ds, framework, freebsd, haiku, ios, linux, macos, morphos, netbsd, nintendo, objective-c, objfw, openbsd, portable, wii, windows
- Language: Objective-C
- Homepage: https://objfw.nil.im
- Size: 28.4 MB
- Stars: 226
- Watchers: 17
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
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.