https://github.com/i80and/wolfcore
A lean Objective-C framework
https://github.com/i80and/wolfcore
Last synced: 8 months ago
JSON representation
A lean Objective-C framework
- Host: GitHub
- URL: https://github.com/i80and/wolfcore
- Owner: i80and
- License: other
- Created: 2012-01-18T04:10:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-18T04:22:56.000Z (over 14 years ago)
- Last Synced: 2025-03-28T20:12:50.970Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wolfcore
========
Goals
-----
Objective-C, historically, is a very heavy-weight framework that is, no matter
how you slice it, is a second-class citizen outside of Mac OS. While there are
very competent attempts are recreating the OpenSTEP APIs on other platforms,
the end result is extremely jarring.
Wolfcore takes the opposite approach, throwing OpenSTEP to the wind and doing
its own thing, attempting to stay as lean as possible. It will contain a base
object class, a lightweight Unicode-aware string class, and several common
containers.
Current Status
--------------
Stubby
Usage
-----
wolfcore comes with libobjc2 1.6 available from [here](http://download.gna.org/gnustep/).
Its Makefile is slightly changed to build with GCC. I may change it in the future to build
with clang, as wolfcore currently does.
Instructions to be written.