Skip to content

estebanlm/objcbridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ObjcBridge

Yet another Pharo-ObjectiveC bridge, using UnifiedFFI as backend.

Install

While in fact this can be used generically on ObjC, for obvious reasons it has been tested just on macOS :)

IMPORTANT: You need Pharo7+ to run this.

Metacello new 
  repository: 'github://estebanlm/objcbridge/src';
  baseline: 'ObjCBridge';
  load.

Acknowledge

This bridge is largelly inspired on John McIntosh's previous bridge, but this one was rewritten to use UnifiedFFI (the new backend for FFI). Credits to him and Eliot Miranda for made this possible.

About

Yet another Pharo-ObjectiveC bridge, using UnifiedFFI as backend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published