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

https://github.com/inochi2d/objective-d

Objective-D Runtime
https://github.com/inochi2d/objective-d

Last synced: over 1 year ago
JSON representation

Objective-D Runtime

Awesome Lists containing this project

README

          

# Objective-D

Objective-D provides essential bindings to Objective-C's Runtime API as well as as the
Foundation framework.

## NOTE

This relies on a D compiler which supports generating Objective-C compatible objects.
Eg. DMD for x86_64 macs, or LDC with [This PR](https://github.com/ldc-developers/ldc/pull/4777).