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
- Host: GitHub
- URL: https://github.com/inochi2d/objective-d
- Owner: Inochi2D
- License: bsl-1.0
- Created: 2024-11-17T22:24:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T05:12:23.000Z (over 1 year ago)
- Last Synced: 2025-02-21T06:21:33.136Z (over 1 year ago)
- Language: D
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).